-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Automatically port Reflection.AssemblyFlags #3184
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.
I've left some suggestions, @carlossanlop.
@@ -49,7 +49,7 @@ | |||
</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.
Is a description available for the AssemblyFlags type itself?
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.
There isn't one. Otherwise, the tool would've caught it and ported it: src/System.Reflection.Metadata/src/System/Reflection/System.Reflection.cs#L193
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.
@steveharter @GrabYourPitchforks would you mind providing a description for this enum?
Co-Authored-By: Ron Petrusha <[email protected]>
This looks good, @carlossanlop. The outstanding issue is a type description, but we can add that later. I'll merge the PR now. |
Thank you @rpetrusha, yes. We can add it later. |
Area owners: @steveharter @GrabYourPitchforks