Add include to help readers find the initial version#51041
Merged
BillWagner merged 6 commits intodotnet:mainfrom Jan 15, 2026
Merged
Add include to help readers find the initial version#51041BillWagner merged 6 commits intodotnet:mainfrom
BillWagner merged 6 commits intodotnet:mainfrom
Conversation
We get repeated comments to describe when a feature was added to the language. We're not doing that for every feature. However, we can link to the version history article to help readers find the first version for a given feature.
Also, perform a general edit pass.
5fa4712 to
31d97ec
Compare
Also, run an edit and freshness pass.
Add the include file in the tokens folder. Perform a general edit and freshness pass.
7a754ed to
f92ab6d
Compare
Member
Author
|
Other folders will be added in later PRs. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a reusable include file that helps readers find when C# features were first introduced. The include is added to 33 documentation files across the attributes, builtin-types, and tokens folders to provide consistent information about C# language version history.
Changes:
- Created a new include file (
initial-version.md) explaining how to find feature introduction versions - Added the include to all files in the attributes, builtin-types, and tokens folders
- Updated dates to 01/14/2026 across all modified files
- Made minor text improvements for clarity and consistency with documentation guidelines
Reviewed changes
Copilot reviewed 32 out of 32 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| docs/csharp/language-reference/includes/initial-version.md | New include file directing readers to C# version history |
| docs/csharp/language-reference/attributes/*.md (5 files) | Added include and updated dates |
| docs/csharp/language-reference/builtin-types/*.md (20 files) | Added include, updated dates, minor text improvements |
| docs/csharp/language-reference/tokens/*.md (7 files) | Added include, updated dates, code snippet syntax updates |
docs/csharp/language-reference/builtin-types/reference-types.md
Outdated
Show resolved
Hide resolved
BillWagner
commented
Jan 15, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
meaghanlewis
approved these changes
Jan 15, 2026
Contributor
meaghanlewis
left a comment
There was a problem hiding this comment.
LGTM. Just a handful of minor suggestions.
docs/csharp/language-reference/builtin-types/reference-types.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Meaghan Osagie (Lewis) <moneikmarie@gmail.com>
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.
Fixes #50891
Commit-by-commit:
Internal previews
Toggle expand/collapse
_acts as a placeholder for a variable$@in variables, attributes, and string literalsNote
This table shows preview links for the 30 files with the most changes. For preview links for other files in this PR, select OpenPublishing.Build Details within checks.