-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[mono] Some UnsafeAccessorAttribute support for methods and constructors #88925
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
I moved the |
Also need to try out the new tests from #88268 |
Pushed some fixes to match the behavior expected by the new tests from #88268 |
3b3a7e2
to
b96bcdb
Compare
There will be merge conflicts with #88268 the resolution is on https://github.com/lambdageek/runtime/tree/unsafe-accessor-kind-merge-vitek |
src/tests/baseservices/compilerservices/UnsafeAccessors/UnsafeAccessorsTests.cs
Show resolved
Hide resolved
src/tests/baseservices/compilerservices/UnsafeAccessors/UnsafeAccessorsTests.cs
Show resolved
Hide resolved
…AccessorsTests.cs Co-authored-by: Aaron Robinson <arobins@microsoft.com>
…AccessorsTests.cs Co-authored-by: Aaron Robinson <arobins@microsoft.com>
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.
LGTM!
Just the simple cases so far that don't require considering custom modifiers.
Contributes to #86040