[release/10.0] Fix UnsafeAccessor signature for byref struct this#128851
Merged
Conversation
…AccessorsTests.Generics.cs Co-authored-by: Aaron R Robinson <arobins@microsoft.com>
…AccessorsTests.Generics.cs Co-authored-by: Aaron R Robinson <arobins@microsoft.com>
…AccessorsTests.Generics.cs Co-authored-by: Aaron R Robinson <arobins@microsoft.com>
…AccessorsTests.Generics.cs Co-authored-by: Aaron R Robinson <arobins@microsoft.com>
jkotas
approved these changes
Jun 1, 2026
Contributor
|
Tagging subscribers to this area: @dotnet/interop-contrib |
JulieLeeMSFT
approved these changes
Jun 1, 2026
This was referenced Jun 1, 2026
Open
Member
|
@AaronRobinsonMSFT, please check test failures. |
Member
|
@JulieLeeMSFT None of these are related. They seem to be have something to do with iOS apps and system resources. |
Member
|
@JulieLeeMSFT I've checked and none of the failures appear related. I've just updated the base again. |
3 tasks
Member
|
@JulieLeeMSFT or @steveisok This is as green as it can get. Please merge this in. |
Member
|
/ba-g all known issues. |
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.
Backport of #122754 to release/10.0
/cc @AaronRobinsonMSFT @hez2010
Customer Impact
This was reported twice by the community and fixed early in .NET 11. It wasn't backported to .NET 10 at the time.
Fixes #122678
Fixes #128806
Motivating example:
Regression
This was a latent issue found with generic support.
Testing
A test was added.
Risk
Low. This has been in .NET 11 for quite some time. Porting to .NET 10 due to additional customer impact.