Skip to content

Conversation

@guardrex
Copy link
Collaborator

@guardrex guardrex commented Dec 15, 2025

Fixes #34437

🎉

This wraps up most of the remaining 10.0 Blazor work.

Reminder: Article dates aren't updated in the Blazor node for minor changes, which include all of the changes on this PR.

There are two known items left, which are tracked separately: a single bit of API to surface in the API Browser and sample app work (on the samples repo) conducted by the PU. There's one item that I just need to check on that might not lead to updates, which pertains to some Not Found feature updates that Ilona and I made prior to release (will check on it after this merges).


Internal previews

📄 File 🔗 Preview link
aspnetcore/blazor/call-web-api.md aspnetcore/blazor/call-web-api
aspnetcore/blazor/components/quickgrid.md aspnetcore/blazor/components/quickgrid
aspnetcore/blazor/forms/validation.md aspnetcore/blazor/forms/validation
aspnetcore/blazor/fundamentals/navigation.md aspnetcore/blazor/fundamentals/navigation
aspnetcore/blazor/fundamentals/routing.md aspnetcore/blazor/fundamentals/routing
aspnetcore/blazor/progressive-web-app/index.md aspnetcore/blazor/progressive-web-app/index
aspnetcore/blazor/project-structure.md aspnetcore/blazor/project-structure
aspnetcore/blazor/security/blazor-web-app-with-oidc.md aspnetcore/blazor/security/blazor-web-app-with-oidc
aspnetcore/blazor/state-management/prerendered-state-persistence.md aspnetcore/blazor/state-management/prerendered-state-persistence

Copy link
Contributor

Copilot AI left a 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 completes the remaining 10.0 Blazor inline work items by removing TODO comments and adding proper API cross-references. The changes primarily involve converting placeholder text like "UPDATE 10.0 - MIA API" to actual xref syntax for API documentation, updating version tracking comments from 10.0 to 11.0, and completing documentation that was waiting on upstream PRs.

Key changes:

  • Converted API placeholders to proper xref cross-references for navigation and component state APIs
  • Updated version tracking in HTML comments from 10.0 to 11.0 for items deferred to next release
  • Completed deferred documentation sections that were awaiting PR merges
  • Enhanced form validation example with complete code samples

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
aspnetcore/blazor/state-management/prerendered-state-persistence.md Replaced placeholder comment with proper xref to RegisterOnRestoring API
aspnetcore/blazor/security/blazor-web-app-with-oidc.md Updated version tracking comment from 10.0 to 11.0 for deferred issue
aspnetcore/blazor/project-structure.md Removed hold comment and added proper xref for NotFound component documentation
aspnetcore/blazor/progressive-web-app/index.md Removed obsolete workshop reference comment and added xref to push notifications article
aspnetcore/blazor/fundamentals/routing.md Replaced API placeholders with proper xref syntax for Router and NavigationManager APIs
aspnetcore/blazor/fundamentals/navigation.md Extensive API cross-reference updates for NavigationManager, NavLink, and Router components
aspnetcore/blazor/forms/validation.md Added complete code examples for OrderItem and ShippingAddress classes for nested validation
aspnetcore/blazor/components/quickgrid.md Updated version tracking comment from 10.0 to 11.0 for scaffolding issue
aspnetcore/blazor/call-web-api.md Updated inline comment to track as 11.0 work item for missing API documentation

Copy link
Contributor

@wadepickett wadepickett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. Looks good.

@guardrex guardrex merged commit a1f7171 into main Dec 15, 2025
4 checks passed
@guardrex guardrex deleted the guardrex/blazor-10-wrapup branch December 15, 2025 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Blazor .NET 10 Tracking Issue

4 participants