0
ramkumar.subramanian created
When I run .csproj in one microservice , it is loading entire solution..
How to open one microservice in visual studio (dont want to load all the microservice).
3 Answer(s)
-
0
Hello,
Open the desired Microservice in File Explorer like below
Right click on the solution and open it in visual studio
Run the host project it will result like
Thanks
-
0
I know the above way , Is there any way i can open only one microservice project?.
-
0
Hello,
Open whole solution in visual studio like this and Click on the highlighted button
it will result like this
Now select the desired microservice solution, double click it and it will get open
Now you may run host application.
In this way also you can run individual microservice.Thanks