Howdy, I have a VS2022 solution containing a .NET 6 Web Api project and an MS Test project to drive it. You can't hit F5 and run both the web app and tests in the debugger at the same time.
Web searches produce no useful suggestions other than using "dotnet test" from the command line while the web app is debugging (which works, but is just a workaround). I could run two VS instances at the same time, but that seems stupid (is it?). Has anyone got a technique for debugging this combination? *Greg K*
