.NET Hot Reload not working with .NET 6 Preview 7 and dotnet watch #34440
Labels
area-commandlinetools
Includes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI
feature-dotnetwatch
This issue is related to the dotnet-watch command-line tool (now external)
feature-hot-reload
This issue is related to the Hot Reload feaature
investigate
Milestone
Repro steps:
dotnet new blazorserver -o BlazorApp
cd BlazorApp
dotnet watch
Expected result: UI updates with changes
Actual result:
dotnet watch
says the change was applied, and the browser flashes with the hot reload overlay, but the UI isn't updated.@pranavkm
The text was updated successfully, but these errors were encountered: