-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Update latest status of Linux #49907
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 updates Linux installation documentation to reflect the latest .NET 10 support status and improves documentation quality by aligning language with Microsoft's style guidelines.
Key changes:
- Adds .NET 10 (LTS) runtime to the snap package table
- Updates status messages for .NET 9 and 8 on newly supported distributions (SLES 16 and Debian 13)
- Improves language consistency by replacing "may" with "might" and removing weak phrases
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/core/install/linux-snap-runtime.md | Adds .NET 10 (LTS) runtime entry to the snap packages table |
| docs/core/install/linux-sles.md | Updates .NET 10/9/8 status for SLES 16, improves language consistency, and fixes code formatting |
| docs/core/install/linux-debian.md | Updates .NET 10/9/8 status for Debian 13, removes unnecessary wait notices, and improves language consistency |
Comments suppressed due to low confidence (2)
docs/core/install/linux-debian.md:53
- Use 'aren't' instead of 'haven't been' to align with the guideline to use common contractions for clearer, more conversational tone.
[!INCLUDE [linux-install-package-manager-x64-only](includes/linux-install-package-manager-x64-only.md)]
docs/core/install/linux-debian.md:61
- Use 'aren't' instead of 'haven't been' to align with the guideline to use common contractions for clearer, more conversational tone.
[!INCLUDE [linux-apt-install-80](includes/linux-install-80-apt.md)]
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Internal previews