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?