-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Update info about x64 and arm64 #49703
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 clarifies information about the Microsoft Package Feed's architecture support for different .NET versions. The key change is that .NET 10 introduces Arm64 package support, while .NET 9 and .NET 8 remain x64-only on the Microsoft package feed.
- Reorganized the Microsoft package feed information in linux.md for better clarity
- Added version-specific architecture support notices for .NET 10 (x64 and Arm64), .NET 9 (x64 only), and .NET 8 (x64 only)
- Updated include files to reflect the new architecture support patterns across Linux distributions
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| linux.md | Moved Microsoft package repository URL to the beginning of the packages section and converted the distribution policy info into a NOTE |
| linux-ubuntu-decision.md | Updated include reference to use Ubuntu-specific architecture warning |
| linux-sles.md | Added SLES 16 section with tabbed .NET version instructions and architecture support notices; updated SLES 15 section with version-specific tabs |
| linux-opensuse.md | Removed global architecture warning and added version-specific architecture notices within each .NET version tab |
| linux-debian.md | Removed global architecture warning and added version-specific architecture notices for Debian 13 and 12 |
| linux-install-package-manager-x64-vs-arm.md | Deleted generic x64-vs-arm include file (replaced by version-specific includes) |
| linux-install-package-manager-x64-vs-arm-ubuntu.md | Changed "Arm" to "Arm64" for consistency |
| linux-install-package-manager-x64-only.md | New include file for .NET 9 and .NET 8 x64-only package support |
| linux-install-package-manager-x64-arm64.md | New include file for .NET 10 x64 and Arm64 package support |
| linux-install-package-manager-unsupported-architectures.md | New include file listing architecture support by .NET version for troubleshooting sections |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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 @adegeo
* 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
Clarify info about the Microsoft Package Feed and .NET 10 support for x64 and Arm64
Internal previews