Improve customizability of WebAssemblyHostBuilder
Open
area-blazor
enhancement
feature-blazor-wasm
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 276
Description
For less conventional uses of Blazor, it may be necessary to opt out of some default services automatically registered by `WebAssemblyHostBuilder`. Some examples:
* #27721: Request to have an option that disables logging.
* #26790: When attempting to use Blazor in a VSCode WebView, an exception gets thrown by `NavigationManager`. Navigation isn't especially relevant in this context, so opting out of `NavigationManager` initialization could fix this particular issue.
Contributor guide
Assessment
This issue has not been assessed yet.