-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Blazor 10.0 updates #36372
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
base: main
Are you sure you want to change the base?
Blazor 10.0 updates #36372
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates Blazor documentation for the .NET 10.0 release by removing completed UPDATE comments, updating API references, and refining documentation content. The changes clean up various TODO-style comments that were tracking work items for the 10.0 release and make minor content improvements.
Key changes:
- Removed UPDATE 10.0 comments that are no longer relevant after API documentation became available
- Updated API references from generic types to specific generic class references (e.g.,
IPersistentComponentStateSerializertoPersistentComponentStateSerializer<TUser>) - Enhanced Entra security documentation with additional redirect URI configuration details
Reviewed Changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| aspnetcore/release-notes/aspnetcore-8.0.md | Updated version comment to 11.0 and refined wording about future .NET releases |
| aspnetcore/release-notes/aspnetcore-10/includes/blazor.md | Updated API references for persistent component state serialization |
| aspnetcore/fundamentals/app-state.md | Removed completed UPDATE 10.0 comment blocks with GitHub issue references |
| aspnetcore/blazor/state-management/prerendered-state-persistence.md | Removed UPDATE 10.0 comments and updated API references for serialization |
| aspnetcore/blazor/security/blazor-web-app-with-oidc.md | Removed completed UPDATE 10.0 comment regarding token refresh documentation |
| aspnetcore/blazor/security/blazor-web-app-with-entra.md | Added redirect URI configuration details and removed outdated notes about callback paths |
| aspnetcore/blazor/javascript-interoperability/index.md | Removed UPDATE comment and added missing API reference for InvokeConstructor |
| aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md | Removed UPDATE comment and added xref for InvokeConstructor synchronous API |
| aspnetcore/blazor/includes/prerendering.md | Added moniker versioning to separate 10.0 behavior from earlier versions |
| aspnetcore/blazor/hybrid/tutorials/maui-blazor-web-app.md | Updated version comment from 10.0 to 11.0 |
| aspnetcore/blazor/fundamentals/static-files.md | Removed UPDATE 10.0 comment about compiler implementation |
| aspnetcore/blazor/fundamentals/environments.md | Removed UPDATE 10.0 comment about Azure App Service issue |
| aspnetcore/blazor/forms/validation.md | Removed UPDATE 10.0 comment about missing API |
| aspnetcore/blazor/call-web-api.md | Made UPDATE comment more specific about missing API documentation |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
wadepickett
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved. I'm not finding any issues. Looks good.
|
Thx, @wadepickett ... I'll hold this just a sec until @halter73 gets back to me on my email. |
Addresses #34437
Tom, Wade ... Just need one review to get this in.
This PR is making small updates for 10.0. I'm getting close to wrapping up the 10.0 work.
Note that I'm not going to merge this until I hear back from Halter offline (email) about a question WRT the callback path registration in Entra. After he answers my question, I'll be able to merge this as-is or make a small change to it based on his response.
Internal previews
Toggle expand/collapse