I have a Visual Studio 2022 solution with two projects. One is an ASP.Net Core Web API project. The other is a stand alone Angular TypeScript application.
On the solution properties page I have it configured to start "Multiple StartUp Projects" with the Web API starting up first so it can support the Angular application when it starts.
When I press F5 to debug the Angular console has been starting up pretty quickly:
But the backend Web API project console window will not open to build, compile and show the listening port anymore.
The lower left of Visual Studio says Ready but there seems to be some background tasks that have been running for like a half hour now:
Not sure what to do.
I guess I'll try a reboot at this point.