Reputation: 612
I don't know if anyone encountered any issues like this but since I upgraded to VS 17.0.4, Hot reload does not work anymore (via dotnet watch or VS) for my blazor wasm application. Dotnet watch correctly detect any changes but does not restart or apply hot reload changes, it just displays this message : File changed : c:\xxx.
When I hit ctrl+r, nothing happens. I tried to reinstall Vs 17.0.0 but the error did not got away, any ideas ?
PS: working with .net 6.0.101
Upvotes: 5
Views: 2175
Reputation: 612
Changing the ports in launchsettings.json fixed the issue, no idea why but it did
Upvotes: 11