-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Support ref fields in System.Reflection.Metadata.Ecma335.BlobEncoder.
#69378
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
Fixes dotnet#68309. A test case was added.
|
Tagging subscribers to this area: @dotnet/area-system-reflection-metadata Issue DetailsFixes #68309.
|
|
/cc @cston |
|
The ref assembly must also be updated. |
src/libraries/System.Reflection.Metadata/tests/Metadata/Ecma335/Encoding/BlobEncodersTests.cs
Show resolved
Hide resolved
|
Feedback was addressed. |
cston
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.
Thanks @teo-tsirpanis.
|
This PR is in a weird state due to the Azure issues over the weekend. @teo-tsirpanis Can you push up a minor change just to re-trigger AzDO? |
|
/azp run runtime |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@AaronRobinsonMSFT I closed and reopened the PR, the CI got triggered and it is now green. |
Fixes #68309.
A test case was added.