-
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] Support UnsafeAccessorAttribute method calls with custom modifiers #89098
Comments
Tagging subscribers to this area: Issue DetailsEnable these disabled tests:
|
The CoreCLR algorithm is runtime/src/coreclr/vm/prestub.cpp Lines 1244 to 1300 in a41f655
Right now in Mono we piggyback on
|
We will need to add a variant of |
Enable these disabled tests:
Verify_IgnoreCustomModifier
Verify_UnmanagedCallConvBitAreTreatedAsCustomModifiersAndIgnored
Verify_ManagedUnmanagedFunctionPointersDontMatch
andVerify_InvalidTargetUnsafeAccessorAmbiguousMatch
Part of #86040
The text was updated successfully, but these errors were encountered: