-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
area-commandlinetoolsIncludes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPIIncludes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPIfeature-hot-reloadThis issue is related to the Hot Reload feaatureThis issue is related to the Hot Reload feaatureinvestigate
Milestone
Description
Repro steps:
- Install .NET 6 Preview 7 (6.0.100-preview.7.21366.53)
dotnet new blazorserver -o BlazorAppcd BlazorAppdotnet watch- Edit Pages\Index.razor
Expected result: UI updates with changes
Actual result:
dotnet watchsays the change was applied, and the browser flashes with the hot reload overlay, but the UI isn't updated.
Metadata
Metadata
Labels
area-commandlinetoolsIncludes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPIIncludes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPIfeature-hot-reloadThis issue is related to the Hot Reload feaatureThis issue is related to the Hot Reload feaatureinvestigate