Uh oh!
There was an error while loading. Please reload this page.
Fix ValueType.GetHashCode for nested generic field - #129728
Merged
Merged
Conversation
Contributor
Tagging subscribers to this area: @agocke |
jkotas
commented
Jun 23, 2026
Member
/azp run runtime-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
huoyaoyuan
commented
Jun 23, 2026
MemberAuthor
The failures don't seem related (ARM intrinsic and interop with runtime async). |
Uh oh!
There was an error while loading. Please reload this page.
jkotas
commented
Jun 23, 2026
Member
/backport to release/10.0 |
Contributor
Started backporting to |
4 tasks
steveisok pushed a commit
that referenced
this pull request
Jun 23, 2026
…29744) Backport of #129728 to release/10.0 /cc @jkotas@huoyaoyuan ## Customer Impact - [x] Customer reported - [ ] Found internally Crash in default ValueType.GetHashCode implementation for value types with generic type fields. ## Regression - [x] Yes - [ ] No Introduced by #98754 ## Testing Targeted test ## Risk Low --------- Co-authored-by: Huo Yaoyuan <huoyaoyuan@hotmail.com>
eiriktsarpalis pushed a commit
that referenced
this pull request
Jul 15, 2026
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fixes#129692.
Note: this is not totally a regression. It's an uncovered case while fixing incorrect behavior in #98754.