-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Documented some new 4.8 APIs #2253
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
@@ -681,7 +683,7 @@ | |||
</ReturnValue> | |||
<MemberValue>1024</MemberValue> | |||
<Docs> | |||
<summary>To be added.</summary> | |||
<summary>Specifies that the JIT compiler should look for security mitigation attributes, such as the user-defined <see cref="System.Runtime.CompilerServices.SecurityMitigationsAttribute" />. If found, the JIT compiler applies any related security mitigations. Available starting with .NET Framework 4.8.</summary> |
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.
This API doesn't seem to exist @rpetrusha and the right link would start with T:
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.
Looks good now. Left a minor comment.
Co-Authored-By: rpetrusha <ronpet@microsoft.com>
Started a new build |
Good to merge @rpetrusha? |
Yes, @mairaw. |
Documented some new 4.8 APIs