Publish the C# 13 alpha standard - #55603
Merged
Merged
Conversation
Publish the alpha-v13 standard, retire C# 13 feature speclets, and retarget active proposal links to their normative clauses. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the documentation set to publish the C# 13 alpha (early draft) standard content and to retire C# 13 feature speclet references by retargeting them to normative specification clauses.
Changes:
- Retarget C# 13 “What’s new” and related conceptual docs from C# 13 proposal speclets to the corresponding C# standard draft clauses.
- Update the C# specification landing/TOC to reflect the C# 13 early draft.
- Retarget the external standard source branch to
alpha-v13and stop including C# 13 proposal speclets in DocFX configuration.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/csharp/whats-new/csharp-13.md | Updates feature references to point at C# standard draft clauses instead of C# 13 proposal speclets. |
| docs/csharp/specification/toc.yml | Removes C# 13 proposal speclets from the spec TOC and updates the early draft label to C# 13. |
| docs/csharp/specification/overview.md | Updates the overview text and date to reflect the C# 13 early draft. |
| docs/csharp/programming-guide/classes-and-structs/partial-classes-and-methods.md | Retargets partial-member references to the standard clauses for partial properties/indexers. |
| docs/csharp/language-reference/operators/collection-expressions.md | Retargets “better conversion” reference to the standard clause. |
| docs/csharp/language-reference/attributes/general.md | Retargets overload resolution priority reference to the standard clause. |
| docfx.json | Removes C# 13 proposal speclet inclusions/metadata entries and updates standard ms.date metadata. |
| .openpublishing.publish.config.json | Updates the external standard source branch from alpha-v12 to alpha-v13. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
BillWagner
marked this pull request as ready for review
August 19, 2026 19:04
BillWagner
enabled auto-merge (squash)
August 19, 2026 19:08
gewarren
approved these changes
Aug 19, 2026
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.
Publish the alpha-v13 standard, retire C# 13 feature speclets, and retarget active proposal links to their normative clauses.
Fixes #55472
Internal previews