-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Restored enumeration member remarks, Part 7 #2595
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
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.
Changes look good @rpetrusha. Left some comments for your consideration.
> [!NOTE] | ||
> Although NoAccess and AllAccess are members of <xref:System.Security.Permissions.FileIOPermissionAccess.NoAccess>, they are not valid for use as the parameter for <xref:System.Security.Permissions.FileIOPermission.GetPathList%2A> because they describe no file access types or all file access types, respectively, and <xref:System.Security.Permissions.FileIOPermission.GetPathList%2A> expects a single file access type. | ||
> [!NOTE] |
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.
not related to your changes, but this remarks made up mostly of notes looks weird to me
</AssemblyInfo> | ||
<ReturnValue> | ||
<ReturnType>System.Security.Permissions.KeyContainerPermissionFlags</ReturnType> | ||
</ReturnValue> |
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.
not related to your changes but the remarks for this type has a list of the powerful flags that should be fenced to prevent localization and that paragraph be added inside the caution note
Co-Authored-By: Maira Wenzel <mairaw@microsoft.com>
Co-Authored-By: Maira Wenzel <mairaw@microsoft.com>
Restored enumeration member remarks, Part 7
Contributes to #1306