I am running into an issue when working with the .NET Core Microservices Agent for Windows agent. I have a sample webapi that I wrote that just has a couple of basic controllers in it. I am trying to follow the instructions listed in the below URL....
Gabriel,
Thanks for the response. I was using v4.5.1. They must have fixed some of the glitches with the v4.5.2 version. I will try playing with that when I get a spare moment. The issue you mentioned about dynamic naming is something I was try...
Gabriel,
I have discovered some of the causes of the issues I have been having and am now able to get the client to see the namespace for my "using" statements. There are some issues with a couple of the config files that the nuget process creates...
Kartikay,
I tried to continue on with the instructions skipping step 4 (since it is not working). I am guessing that the instructionsare out of date since they reference the previous version of .net core (2.0 instead of 2.1) as well as the previou...
Kartikay,I followed the instructions up to step 4 and this is the issue I keep mentioning. The namespace cannot be found when adding the "using" statement in the HomeController. Ignoring intellisense not being able to find it and adding it manually...
Raunak,
Thanks for the response. This is an interesting scenario. I am developing on Windows but will be deploying into Microsoft's Ubuntu Linux container. I have been able to get the Windows Agent to work when running locally, not in a containe...