Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blazor Web App (.NET 8.0): Multiple Hosted ASP.NET Core Blazor WebAssembly Apps Not Documented #33670

Open
Schaeri opened this issue Sep 20, 2024 · 2 comments

Comments

@Schaeri
Copy link

Schaeri commented Sep 20, 2024

Description

We have migrated our application to .NET 8.0 and are hosting multiple WebAssembly apps within a .NET ASP.NET application. We would now like to switch our clients to the new render modes (InteractiveServer and InteractiveWebAssembly). Additionally, we aim to replace all Razor Pages with Blazor components (InteractiveServer). Unfortunately, there is no documentation available on how to host multiple Blazor Web Apps in a single process. There is also no information regarding this in the migration to .NET 8.0.

Page URL

https://learn.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/multiple-hosted-webassembly?view=aspnetcore-7.0

Content source URL

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/blazor/host-and-deploy/multiple-hosted-webassembly.md

Document ID

96763362-f8ba-0f11-0070-da8f9f533e21

Article author

@guardrex

@guardrex
Copy link
Collaborator

guardrex commented Sep 20, 2024

Hello @Schaeri ...

there is no documentation available on how to host multiple Blazor Web Apps in a single process

The product unit has pushed multiple BWAs to .NET 10 (November, 2025). You can track their issue on that here ...

dotnet/aspnetcore#52216

Since we don't have anything actionable for docs on it, I'll close this.† There will be an issue next year for docs on the feature after they've confirmed that they did indeed get the support for it in place. As it stands, them marking it for .NET 10 just means that it's under consideration for .NET 10. Until they do the work to implement it, we don't track it with a docs issue.

†UPDATE: I'm going to add a section to the Migration article on this.

@guardrex
Copy link
Collaborator

I think I'll add a section in the 8.0 migration article mentioning this and providing a cross-link to that PU issue.

Leave this issue open. It will close automatically when my PR is merged. I'll get this done on Monday.

@guardrex guardrex reopened this Sep 20, 2024
@guardrex guardrex added Pri1 High priority, do before Pri2 and Pri3 doc-enhancement labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: P0/P1 - High Priority
Development

No branches or pull requests

2 participants