Page 1 of 1

Two dotnet console windows

Posted: Mon Apr 18, 2022 8:47 pm
by crash

When I generate my project a dotnet console opens

When I generate again a secondr dotnet console opens and then crashes my system.

This means I have to close the console every time I generate... it's disruptive for test

Can anyone help. I'm using http.sys

Thanks


Re: Two dotnet console windows

Posted: Tue Apr 19, 2022 6:56 am
by MichaelG

You can generate with ASP.NET Maker without the "Browser after generation" option, then use dotnet watch run or Visual Studio 2022 to open and run the generated project yourself.