Using dotnet watch run doesn't work with wasmbrowser template
PS samples WasmBrowserNew> dotnet watch run
dotnet watch π₯ Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload.
π‘ Press "Ctrl + R" to restart.
dotnet watch π§ Building...
Restore complete (0.5s)
You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy
WasmBrowserNew succeeded (2.3s) β bin\Debug\net9.0\WasmBrowserNew.dll
Build succeeded in 3.0s
dotnet watch π Started
WasmAppHost --use-staticwebassets --runtime-config ...\WasmBrowserNew.runtimeconfig.json
App url: http://localhost:5056/
App url: https://localhost:7231/
Debug at url: http://localhost:5056/_framework/debug
Debug at url: https://localhost:7231/_framework/debug
dotnet watch β Connecting to the browser is taking longer than expected ...
dotnet watch β Connecting to the browser is taking longer than expected ...
dotnet watch β File changed: .\Program.cs.
dotnet watch β Connecting to the browser is taking longer than expected ...
dotnet watch β Connecting to the browser is taking longer than expected ...
dotnet watch π Shutdown requested. Press Ctrl+C again to force exit.
Using
dotnet watch run
doesn't work withwasmbrowser
template