-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Automatically port Reflection.Metadata.Ecma335 Method* APIs #3211
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 comments and suggestions, @carlossanlop.
xml/System.Reflection.Metadata.Ecma335/MethodBodyAttributes.xml
Outdated
Show resolved
Hide resolved
xml/System.Reflection.Metadata.Ecma335/MethodBodyAttributes.xml
Outdated
Show resolved
Hide resolved
xml/System.Reflection.Metadata.Ecma335/MethodBodyAttributes.xml
Outdated
Show resolved
Hide resolved
xml/System.Reflection.Metadata.Ecma335/MethodBodyStreamEncoder+MethodBody.xml
Outdated
Show resolved
Hide resolved
xml/System.Reflection.Metadata.Ecma335/MethodBodyStreamEncoder+MethodBody.xml
Outdated
Show resolved
Hide resolved
@@ -124,10 +124,10 @@ | |||
<Parameter Name="parameters" Type="System.Action<System.Reflection.Metadata.Ecma335.ParametersEncoder>" Index="2" FrameworkAlternate="netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0" /> |
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 should be a type description (like "Provides an encoder for method signatures.")
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 should be a type description (like "Provides an encoder for method signatures.")
I will add your suggestion, @rpetrusha.
@tmat @nguerrera if you prefer a different summary for the MethodSignatureEncoder
type, please let me know.
xml/System.Reflection.Metadata.Ecma335/MethodSignatureEncoder.xml
Outdated
Show resolved
Hide resolved
xml/System.Reflection.Metadata.Ecma335/MethodSignatureEncoder.xml
Outdated
Show resolved
Hide resolved
xml/System.Reflection.Metadata.Ecma335/MethodSignatureEncoder.xml
Outdated
Show resolved
Hide resolved
xml/System.Reflection.Metadata.Ecma335/MethodSignatureEncoder.xml
Outdated
Show resolved
Hide resolved
Co-Authored-By: Ron Petrusha <ronpet@microsoft.com>
Thanks for the additional changes, @carlossanlop. I'll merge your PR now. |
Area owners: @tmat, @nguerrera