-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Automatically port Reflection.PortableExecutable.Machine #3192
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
Automatically port Reflection.PortableExecutable.Machine #3192
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.
LGTM
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.
Can we provide a type description, @carlossanlop.
@sdmaclea @GrabYourPitchforks @steveharter the Reflection.PortableExecutable.Machine enum was introduced for the first time in the initial commit for .NET Core in 2014, which means it was originally introduced in Framework. The triple slash comments do not describe this enum, but based on the content, does this summary sounds good to you? Please confirm so I can merge the change, it's the only modification needed to fully document this type:
|
I would prefer.
|
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.
LGTM
Thanks for the suggestion and review, @sdmaclea, and for the changes, @carlossanlop. I'll merge now. |
No description provided.