Revert MemoryStream max capacity breaking change documentation#54203
Open
alinpahontu2912 wants to merge 1 commit into
Open
Revert MemoryStream max capacity breaking change documentation#54203alinpahontu2912 wants to merge 1 commit into
alinpahontu2912 wants to merge 1 commit into
Conversation
…T 11 (dotnet#50992)" This reverts commit 87880a2.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR reverts the .NET 11 breaking change documentation for MemoryStream maximum capacity because the underlying runtime change was reverted and won’t ship in .NET 11.
Changes:
- Removes the
MemoryStreambreaking-change article for .NET 11 core libraries. - Removes the corresponding entry from the .NET 11 breaking-changes index table.
- Removes the corresponding entry from the compatibility TOC.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/core/compatibility/toc.yml | Removes the TOC entry for the reverted MemoryStream breaking-change article. |
| docs/core/compatibility/core-libraries/11/memorystream-max-capacity.md | Deletes the breaking-change page that no longer applies to .NET 11. |
| docs/core/compatibility/11.md | Removes the table row linking to the deleted breaking-change page. |
Comment on lines
27
to
31
| | [CRC32 validation added when reading ZIP archive entries](core-libraries/11/ziparchive-entry-crc32-validation.md) | Behavioral change | | ||
| | [DateOnly and TimeOnly TryParse methods throw for invalid input](core-libraries/11/dateonly-timeonly-tryparse-argumentexception.md) | Behavioral change | | ||
| | [DeflateStream and GZipStream write headers and footers for empty payload](core-libraries/11/deflatestream-gzipstream-empty-payload.md) | Behavioral change | | ||
| | [Environment.TickCount made consistent with Windows timeout behavior](core-libraries/11/environment-tickcount-windows-behavior.md) | Behavioral change | | ||
| | [MemoryStream maximum capacity updated and exception behavior changed](core-libraries/11/memorystream-max-capacity.md) | Behavioral change | | ||
| | [NamedPipeServerStream with PipeOptions.CurrentUserOnly tightens Unix socket file permissions](core-libraries/11/namedpipeserverstream-unix-permissions.md) | Behavioral change | |
gewarren
approved these changes
Jun 8, 2026
gewarren
left a comment
Contributor
There was a problem hiding this comment.
Thanks. As CCR noted, you will need to add a redirect to pass build.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts #50992.
The underlying runtime change was reverted in dotnet/runtime#128366, so this breaking change is no longer shipping in .NET 11. This PR removes:
docs/core/compatibility/core-libraries/11/memorystream-max-capacity.mddocs/core/compatibility/11.mddocs/core/compatibility/toc.ymlNote
This PR was authored with assistance from GitHub Copilot CLI.