I have a .Net Core 3.1 project with Angular (I think 8) UI, created from the standard project template. I have worked on this for many months. Every time I start debugging (F5) in Visual Studio 2019 Pro I see the command window popup, display a ton of info, and then my web browser starts with my app. Great.
Lately (I think after my last VS update) the info has disappeared from the command window, and from the output window when I publish the app (again from VS 2019). Now it looks like my VS is hanging mid-publish, but it's hard to tell because all the useful info has been removed. So annoying.
Anyone know what I can do to get the verbose info back? I can't find any config options in VS
