Dotnet watch hangs on blazor web assembly project – Asp.net
I created a project like this: dotnet new blazorwasm -f net6.0 I am running the project with: dotnet watch run Whenever I save something which should trigger a rebuild, the change is recognised but nothing happens. I just get the…