Update Microsoft.Diagnostics.Runtime to 4.0.0-beta.26217.1#127088
Open
max-charlamb wants to merge 2 commits intomainfrom
Open
Update Microsoft.Diagnostics.Runtime to 4.0.0-beta.26217.1#127088max-charlamb wants to merge 2 commits intomainfrom
max-charlamb wants to merge 2 commits intomainfrom
Conversation
This version includes cross-bitness dump reading support (microsoft/clrmd#1421), allowing correct reading of dumps from different architectures (e.g., ARM64 dumps from an x86 host). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo’s pinned ClrMD dependency version to pick up the newer Microsoft.Diagnostics.Runtime beta that includes cross-bitness dump reading support (upstream changes replace host IntPtr.Size assumptions with target PointerSize).
Changes:
- Bump
MicrosoftDiagnosticsRuntimeVersionfrom4.0.0-beta.26210.1to4.0.0-beta.26217.1.
The xplat dump tests were hitting OutOfMemoryException when the Helix SDK tried to zip all platforms' dumps into a single MemoryStream-backed ZipArchive, exceeding the 2GB byte[] limit. Fix by splitting payloads: - Test DLLs: sent as a correlation payload (shared, uploaded once) - Dumps: sent as per-work-item payloads (one platform per work item) This avoids the single large zip and reduces redundant uploads since test DLLs are no longer duplicated across work items. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Apr 18, 2026
Open
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.
Update
Microsoft.Diagnostics.Runtime(ClrMD) from4.0.0-beta.26210.1to4.0.0-beta.26217.1.This version includes cross-bitness dump reading support, which replaces all host-dependent
IntPtr.Sizeusages with the target'sPointerSize.Changes in ClrMD 4.0.0-beta.26217.1