-
Notifications
You must be signed in to change notification settings - Fork 25.3k
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 Hybrid tracking #24956
Comments
Let's clarify this further. Where is WRT the unblocked dotnet/docs-maui#281 ... There's no topic in this tracking issue for the subject of error handling/error processing. The PU remarks seem to indicate that such a topic would be added to the list of topics to write for this doc set. Should the .NET MAUI repo unblocked issue should be moved over here? |
The high level concept of using a BlazorWebView to build a Blazor Hybrid app should be covered in the Blazor Hybrid Overview and in the Blazor hosting models topic. The individual BlazorWebView controls for .NET MAUI, WPF, and Windows Forms will get covered in the onboarding tutorials and through API docs. The .NET MAUI BlazorWebView ships as part of .NET MAUI and is documented along with the other MAUI controls. This topic has a bunch of overlapping content with the Blazor Hybrid docs that we can replaced with links to the Blazor Hybrid Overview and .NET MAUI Blazor onboarding tutorial. The "Integrate with native UI" topic was intended specifically for discussing how you can use a BlazorWebView alongside other native UI. I'm not sure what doc content is needed for dotnet/docs-maui#281. I've reached out to @TanayParikh |
Articles (ToC and physical/URL locations)
aspnetcore/blazor/hybrid/static-files.md
aspnetcore/blazor/hybrid/routing-and-navigation.md
aspnetcore/blazor/hybrid/reuse-razor-components.md
Integrate with native UI4DROPPED†aspnetcore/blazor/hybrid/integrate-with-native-ui.md
Access native platform features5DROPPED†aspnetcore/blazor/hybrid/access-to-platform-features.md
Native look and feel6DROPPED†aspnetcore/blazor/hybrid/native-look-and-feel.md
aspnetcore/blazor/hybrid/globalization-localization.md
aspnetcore/blazor/hybrid/developer-tools.md
#25484
blazor/hybrid/security/index.md
blazor/hybrid/security/security-considerations.md
Security & Identity Threat mitigation10DROPPED†blazor/hybrid/security/threat-mitigation.md
Security & Identity With AAD11DROPPED†blazor/hybrid/security/azure-active-directory.md
Security & Identity With AAD B2C12DROPPED†blazor/hybrid/security/azure-active-directory-b2c.md
publish
folderblazor/hybrid/publish/index.md
†See the issue for details.
Notes:
5 — Will be covered by #25675 in the Reuse web components topic.
7 — Document dotnet/maui#2532.
9 — Create a folder at
aspnetcore/blazor/hybrid/security
.13 — Create a folder at
blazor/hybrid/publish
.Cross-link landing and general guidance. Cross-link out to the Blazor host and deploy overview, and cross-link to this Hybrid apps publish overview from there.Additional Tasks
Process
Working in order down this list ...
blazor/index.md
) updateblazor/hybrid/index.md
)no-loc
update to add "Blazor Hybrid" Add Blazor Hybrid to no-loc metadata #25064Notes
Additional remarks from the discussion
Additional remarks for the content and tutorials
BlazorWebView
to an existing .NET MAUI app, similar to what we'll need to document for WPF & WinForms.Archived work on this issue
Initial coverage
blazor/index.md
, add a Blazor Hybrid section. Blazor Hybrid PR1 #24965tutorials
. Move the currenttutorials.md
file content to an overview, and add a redirect. Move this node down two spots under "Tooling". Blazor tutorial organization #24960tutorials.md
with additional remarks, as needed. Include a cross-link to the Hybrid app tutorials overview. (aspnetcore/blazor/tutorials/index.md
)aspnetcore/blazor/tutorials/build-a-blazor-app.md
)aspnetcore/blazor/tutorials/signalr-blazor.md
)blazor/supported-platforms.md
, mention Blazor Hybrid. "We test on and support the latest platform webview control versions (WebView2 on Windows, Chrome on Android, Safari on iOS and macOS)." Blazor Hybrid PR1 #24965blazor/tooling.md
, cross-link to the Blazor Hybrid tutorials overview. Blazor Hybrid PR1 #24965blazor/hosting-models.md
, add a Blazor Hybrid section that covers the arch and pros/cons. Blazor Hybrid PR1 #24965hybrid
.blazor/hybrid/index.md
with initial (minimal) overview remarks (anything more detailed than what the Hosting Models article covers). This article mostly serves as a cross-link landing. Blazor Hybrid PR1 #24965blazor/hybrid/tutorials
.blazor/hybrid/tutorials/index.md
)aspnetcore/blazor/hybrid/tutorials/maui.md
) .NET MAUI Blazor tutorial (PR 2) #24977aspnetcore/blazor/hybrid/tutorials/wpf.md
) - Supply components via an RCL workaround (WPF app with BlazorWebView fails to compile the Razor components maui#3526). Blazor Hybrid WPF tutorial (PR 4) #25043aspnetcore/blazor/hybrid/tutorials/windows-forms.md
) Blazor Hybrid WinForms tutorial (PR3) #24989The text was updated successfully, but these errors were encountered: