Skip to content

No hot reload error UI on compilation failure with Blazor WebAssembly app #31584

@danroth27

Description

@danroth27

Repro steps:

  • Create a new Blazor WebAssembly app
  • Update launchSettings.json to enable hot reload: "hotReloadProfile": "blazorwasm"
  • dotnet watch
  • Remove a semi-colon to cause a compilation failure

Expected: Error UI shows up with details about the compilation failure
Actual: Compilation failure printed to the console, but no error UI.

.NET SDK: 6.0.100-preview.3.21202.5

Metadata

Metadata

Assignees

Labels

DoneThis issue has been fixedarea-commandlinetoolsIncludes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPIbugThis issue describes a behavior which is not expected - a bug.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions