-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Moved .NET 10 OS support entry from preview to supported #10161
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 PR moves the .NET 10 OS support documentation link from the "Preview .NET versions" section to the "Supported .NET versions" section, indicating that .NET 10 has transitioned from preview to general availability.
Key Changes
- Relocated .NET 10 supported OS versions link from preview section to supported section
- Left the preview section empty with no entries
| * [.NET 10 supported OS versions](release-notes/10.0/supported-os.md) | ||
| * [.NET 9 supported OS versions](release-notes/9.0/supported-os.md) | ||
| * [.NET 8 supported OS versions](release-notes/8.0/supported-os.md) | ||
|
|
||
| ## Preview .NET versions | ||
|
|
Copilot
AI
Nov 13, 2025
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.
Moving .NET 10 to the "Supported .NET versions" section is inconsistent with other documentation. Both README.md (line 11) and releases.md (line 13) still show .NET 10.0 with "Support phase | Preview". If .NET 10 has transitioned from preview to GA (general availability), these files should also be updated to reflect the new support phase. Otherwise, .NET 10 should remain in the "Preview .NET versions" section until it reaches GA.
| * [.NET 10 supported OS versions](release-notes/10.0/supported-os.md) | |
| * [.NET 9 supported OS versions](release-notes/9.0/supported-os.md) | |
| * [.NET 8 supported OS versions](release-notes/8.0/supported-os.md) | |
| ## Preview .NET versions | |
| * [.NET 9 supported OS versions](release-notes/9.0/supported-os.md) | |
| * [.NET 8 supported OS versions](release-notes/8.0/supported-os.md) | |
| ## Preview .NET versions | |
| * [.NET 10 supported OS versions](release-notes/10.0/supported-os.md) |
| * [.NET 8 supported OS versions](release-notes/8.0/supported-os.md) | ||
|
|
||
| ## Preview .NET versions | ||
|
|
Copilot
AI
Nov 13, 2025
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.
The "Preview .NET versions" section is now empty after moving .NET 10 to the supported section. Consider either removing this section entirely if there are no preview versions to document, or adding a note indicating that there are currently no preview versions available.
| There are currently no preview versions available. |
No description provided.