Publish standalone WASM w/o an HTML doc#36554
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds documentation for publishing standalone Blazor WebAssembly apps without an HTML document, addressing scenarios where apps are consumed by JavaScript/SPA applications through Blazor custom elements. The change provides guidance on handling import map issues when the .NET build/publish process doesn't produce an HTML document.
Key Changes
- Added new section "Publish without an HTML document" versioned for ASP.NET Core 10.0+
- Documents workarounds for import map placement issues in standalone WASM deployments
Collaborator
Author
|
@maraf ... Re-ping for a doc PR review. |
maraf
reviewed
Jan 12, 2026
Collaborator
Author
|
@maraf ... See if this is right or headed in the right direction at least. |
maraf
reviewed
Jan 12, 2026
Co-authored-by: Marek Fišera <mara@neptuo.com>
Collaborator
Author
|
Sorry for my confusion. Monday morning ... I'm just getting my head back in the game here. 😄 |
Member
|
That's fine. Tell me about it after 3 weeks :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #36354
Thanks @MarkStega! 🚀 ... and Happy New Year! 🥳
Marek ... Thanks again for spotting the simple fix for the XREF GEN tool to get the fingerprinting working. I fixed it on https://github.com/dotnet/blazor-samples/pull/641/files.
Internal previews