Skip to content

.NET Hot Reload not working with .NET 6 Preview 7 and dotnet watch #34440

@danroth27

Description

@danroth27

Repro steps:

  • Install .NET 6 Preview 7 (6.0.100-preview.7.21366.53)
  • dotnet new blazorserver -o BlazorApp
  • cd BlazorApp
  • dotnet watch
  • Edit Pages\Index.razor

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

Metadata

Metadata

Labels

area-commandlinetoolsIncludes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPIfeature-hot-reloadThis issue is related to the Hot Reload feaatureinvestigate

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions