Run another project in the same solution while debugging unit test project in visual studio (2019)

Viewed 1082

I have a unit test project that needs a WebApi project to be run for passing some data to the main class library project in the same solution. for this purpose, I open another instance of visual studio and run this service on it and debug unit test in another instance.

Is there any solution to run depended projects while debugging or running unit tests in the same instance of visual studio?

0 Answers
Related