We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should AllowReversePInvokeCallsAttribute be marked Obsolete and point to NativeCallableAttribute? This appears to be a legacy attribute with no real application anymore.
Obsolete
NativeCallableAttribute
/cc @jkotas @stephentoub
The text was updated successfully, but these errors were encountered:
This attribute is part of code access security (CAS) family of attributes. It should be on the same plan as the rest of them.
We should mark all CAS attributes as obsolete once we have the fine grained controls for obsoleting in place (#31279 (comment)).
Sorry, something went wrong.
I believe the fine grained obsoletion support is merged in and supported in Roslyn.
This can be addressed by following the pattern in #37536.
Successfully merging a pull request may close this issue.
Should AllowReversePInvokeCallsAttribute be marked
Obsolete
and point toNativeCallableAttribute
? This appears to be a legacy attribute with no real application anymore./cc @jkotas @stephentoub
The text was updated successfully, but these errors were encountered: