-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update SecurityTransparentAttribute.xml #3312
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
Add note that partial trust code is no longer supported.
@@ -40,6 +40,8 @@ | |||
<format type="text/markdown"><![CDATA[ | |||
|
|||
## Remarks | |||
Partially trusted code is not longer supported. This attribute has no effect in .NET Core. |
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.
@rpetrusha I would like to add this note to all attributes related to partially trusted code and code access security. Could you please take a look whether what I got is appropriate? Once we agree on the note text, I am going to copy&paste it into all affected attributes.
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.
Nit, not->no
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.
Text looks good to me now with the fix.
cc @jaredpar |
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.
I've corrected the typo and suggested an additional change, @jkotas. You can decide whether you'd like a note/important box or not and merge when you're ready.
Co-Authored-By: Ron Petrusha <[email protected]>
Is this ready to merge, @jkotas? Have you added the note to all the attributes that require them? |
Yes, this is ready to merge |
Yes, the note should be on all attributes. |
Thanks, @jkotas. I'll merge now. |
Summary
Add note that partial trust code is no longer supported.