Add aspnetcore.md for .NET 11 Preview 2#10270
Open
jamesmontemagno wants to merge 10 commits intodotnet11-preview2from
Open
Add aspnetcore.md for .NET 11 Preview 2#10270jamesmontemagno wants to merge 10 commits intodotnet11-preview2from
jamesmontemagno wants to merge 10 commits intodotnet11-preview2from
Conversation
Co-authored-by: Copilot <[email protected]>
Testing against SDK 11.0.100-preview.2.26122.107 revealed: - OpenAPI 3.2.0: Microsoft.OpenApi is still v2.0.0 (not 3.3.1), feature not in build - Validation source gen indexer fix: JsonElement parameter still crashes with 'Property this[] not found on type JsonElement' Both features were milestoned to 11.0-preview2 but their PRs merged after the build was produced. Removed from release notes to avoid documenting features users cannot try. Co-authored-by: Copilot <[email protected]>
Backport PR dotnet/aspnetcore#65476 was merged to release/11.0-preview2 with Servicing-approved label, confirming this feature will ship in the final Preview 2 build. Co-authored-by: Copilot <[email protected]>
- Remove 8 bug fix and internal optimization sections per release notes guidance (bug fixes are assumed, release notes focus on new capabilities) - Add tested code sample for Native OTEL tracing (AddSource pattern) - Add code sample for OpenAPI 3.2.0 (OpenApiSpecVersion.OpenApi3_2) - Remove orphaned text artifact - Reorder community contributors alphabetically Co-authored-by: Copilot <[email protected]>
JamesNK
approved these changes
Mar 3, 2026
Member
JamesNK
left a comment
There was a problem hiding this comment.
"Native OpenTelemetry tracing for ASP.NET Core" looks good.
ilonatommy
approved these changes
Mar 3, 2026
Member
ilonatommy
left a comment
There was a problem hiding this comment.
".NET Web Worker project template" approved
dariatiurina
approved these changes
Mar 3, 2026
dariatiurina
left a comment
There was a problem hiding this comment.
"TempData support for Blazor" looks good.
Adds team-aspnetcore.md with ASP.NET Core-specific instructions: - Use milestones (not area labels) for PR discovery - Exclude bug fixes and internal implementation details - Require why + how (code sample) for every feature - No PR links (features often span multiple PRs); link issues instead - Community contributors section lists ALL external contributors - Release branch verification in dotnet/aspnetcore (not VMR) Co-authored-by: Copilot <[email protected]>
- Remove all PR and issue links from ASP.NET Core release notes per team guidance (features often span multiple PRs) - Update team-aspnetcore.md: PR links should not be used, issue links are optional and only when they add meaningful context Co-authored-by: Copilot <[email protected]>
…ranch) Co-authored-by: Copilot <[email protected]>
Member
JamesNK
reviewed
Mar 3, 2026
Co-authored-by: James Newton-King <[email protected]>
Co-authored-by: James Newton-King <[email protected]>
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.
ASP.NET Core Release Notes for .NET 11 Preview 2
Generation methodology
These release notes were generated using the repository release notes skill process:
Features documented
Excluded per release notes guidance
Bug fixes (fixing bugs in existing functionality is assumed):
Internal implementation details (no user-facing action):
Not in release branch:
Code samples
Working samples committed to danroth27/AspNetCore11Samples@dotnet11p2
Community contributors
@baywet, @BekAllaev, @WeihanLi