-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Update documentation to remove references to .NET 10 preview #49694
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
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 pull request updates documentation to reflect that .NET 10 is no longer in preview status. The changes remove "preview" designations from .NET 10 SDK references and remove preview-related disclaimers.
- Removes "preview" designation from .NET 10 SDK references across multiple tutorial files
- Removes the outdated "last updated for .NET 10 Preview 1" statement from the C# 14 what's new page
- Removes the IMPORTANT note about .NET 10 being in preview from the file-based programs tutorial
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/csharp/whats-new/tutorials/extension-members.md | Updates prerequisite to reference .NET 10 SDK instead of .NET 10 preview SDK |
| docs/csharp/whats-new/tutorials/compound-assignment-operators.md | Updates prerequisite to reference .NET 10 SDK instead of .NET 10 preview SDK |
| docs/csharp/whats-new/csharp-14.md | Removes outdated preview version reference statement |
| docs/csharp/fundamentals/tutorials/file-based-programs.md | Removes preview disclaimer note and updates prerequisite to reference .NET 10 SDK instead of .NET 10 preview SDK |
BillWagner
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.
This LGTM. Let's ![]()
* Update what's new articles and landing page for .NET 10 release (#49675) * code analysis updates for .net 10 ga (#49662) * Version updates for .NET 10 GA (#49661) * update version in 'enabled by default' * zone pivots and analysislevel * .net 10 ga updates * reset ca files * fix zone pivot warnings * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * update details to show .NET 10 as latest release (#49671) * update details to show .net 10 as latest release * remove LTS from out of support versions * Update docs/core/install/linux-ubuntu-decision.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * edits * fix table format * clarify .NET 10 as LTS * revert changes to target frameworks * change back template version * add lts/stable back to .NET SDK 8 snap channel * revert changes to the main branch version --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Installer updates windows/mac/linux (#49686) * Installer updates windows/mac/linux * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix image links --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update info about x64 and arm64 (#49703) * Update info about x64 and arm64 * Update docs/core/install/linux-sles.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update documentation to remove references to .NET 10 preview (#49694) * Remove preview to preview breaking changes (#49705) * Adjust tables; add note that pkgs may take time (#49713) --------- Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> Co-authored-by: Andy De George (from Dev Box) <adegeo@microsoft.com>
Summary
This pull request updates documentation for C# and .NET 10 to reflect the transition from preview to the official release. The most important changes include removing outdated preview warnings and updating prerequisites to reference the released .NET 10 SDK instead of the preview version.
Documentation updates for .NET 10 release:
file-based-programs.md, since .NET 10 is no longer in preview.file-based-programs.mdcompound-assignment-operators.mdextension-members.mdContributes to #48865
Internal previews