-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Automatically port Reflection.PortableExecutable.DebugDirectory* APIs #3196
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
closing and reopening for a clean build. |
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 directly edited all three files, @carlossanlop. Please review them. I also left two questions/comments.
@@ -65,11 +65,14 @@ | |||
<Parameter Name="portablePdbVersion" Type="System.UInt16" 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.
Can we provide a type description?
@@ -42,7 +42,16 @@ | |||
</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.
It would be good to add an enum type description.
@tmat your help would be hugely appreciated here as well. There are a few extra fields that need a summary (they were not documented in source). |
<remarks> | ||
<format type="text/markdown"><
Empty remarks?
@@ -158,7 +191,7 @@ | |||
</ReturnValue> | |||
<MemberValue>0</MemberValue> | |||
<Docs> | |||
<summary>To be added.</summary> | |||
<summary>An unknown value that is ignored by all tools.</summary> |
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.
"should be ignored"?
No description provided.