-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Remove preview to preview breaking changes #49705
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 removes preview-to-preview breaking change documentation and standardizes version references to ".NET 10" instead of specific preview versions (like "Preview 1", "RC 1", etc.). The changes align with the goal of maintaining only stable GA-to-GA breaking change documentation.
Key changes:
- Updated "Version introduced" sections from preview versions to ".NET 10" across ~60 files
- Improved consistency in "Previous behavior" and "New behavior" sections by adding temporal indicators
- Removed two preview-specific breaking change articles (ymm-embedded-rounding.md and version-requirements.md)
- Updated table of contents and added redirections for removed files
Reviewed Changes
Copilot reviewed 71 out of 71 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| .openpublishing.redirection.core.json | Added redirections for removed breaking change articles; fixed missing comma |
| docs/core/compatibility/10.0.md | Removed "Introduced version" column from all tables for cleaner presentation |
| docs/core/compatibility/toc.yml | Removed entries for preview-to-preview breaking changes |
| docs/core/compatibility/wpf/10.0/*.md | Updated version sections and improved temporal language consistency |
| docs/core/compatibility/windows-forms/10.0/*.md | Updated version sections; table still contains preview versions |
| docs/core/compatibility/sdk/10.0/*.md | Updated version sections and behavior descriptions |
| docs/core/compatibility/serialization/10/*.md | Updated version sections and removed trailing whitespace |
| docs/core/compatibility/networking/10.0/*.md | Updated version sections and temporal language |
| docs/core/compatibility/interop/10.0/*.md | Updated version sections and behavior descriptions |
| docs/core/compatibility/extensions/10.0/*.md | Updated version sections and removed custom metadata |
| docs/core/compatibility/cryptography/10.0/*.md | Updated version sections and behavior descriptions |
| docs/core/compatibility/core-libraries/10.0/*.md | Updated version sections and improved consistency |
| docs/core/compatibility/containers/10.0/*.md | Updated version sections and behavior descriptions |
| docs/core/compatibility/aspnet-core/10/*.md | Updated version sections; contains typo |
| docs/core/compatibility/reflection/10/*.md | Updated version sections |
| docs/core/compatibility/globalization/10.0/*.md | Updated version sections |
docs/core/compatibility/aspnet-core/10/openapi-analyzers-deprecated.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/core-libraries/10.0/maccatalyst-version-normalization.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/core-libraries/10.0/maccatalyst-version-normalization.md
Outdated
Show resolved
Hide resolved
meaghanlewis
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.
These changes LGTM.
* 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>
Contributes to #48865.
Internal previews
Toggle expand/collapse
Note
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.