-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
DoneThis issue has been fixedThis issue has been fixedarea-commandlinetoolsIncludes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPIIncludes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPIbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.
Milestone
Description
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 fixedThis issue has been fixedarea-commandlinetoolsIncludes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPIIncludes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPIbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.