Mackinnon Buck

Results 135 comments of Mackinnon Buck

One possible solution (discussed during triage) would be to emit a comment with the base path when debugging and log a warning if we detect that it was misconfigured.

> enhancedload event should not occur in Blazor Hybrid/MAUI and WebAssembly hosted applications. To clarify, is the issue that the `enhancedload` event currently _does_ get invoked in Blazor Hybrid and...

@c0g1t8 The `BlazorPageScript` library is meant to be used exclusively in Blazor Web Apps, especially in cases where JS interop may not be an option (i.e., no interactivity). It was...

@captainsafia The PR has been approved. I just left a comment asking if we're clear to merge it (I'm not sure what the rules are regarding when merging into servicing...

Thanks for reaching out. A `NavigationException` gets thrown when `NavigationManager.NavigateTo()` gets called during static server rendering. This is _by design_. The exception is intended to be caught by the framework...

We might be able to address this in one of two ways: 1. Update [this line](https://github.com/dotnet/sdk/blob/92f29cd70039b793cdcaf2321fa9bff95afc3ec1/src/BuiltInTools/BrowserRefresh/BrowserRefreshMiddleware.cs#L72) to include the "frame" and "iframe" values for the `Sec-Fetch-Dest` header. 2. Address this...