-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Automatically port Reflection.PortableExecutable.CodeViewDebugDirectoryData #3191
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.CodeViewDebugDirectoryData #3191
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 suggested some changes, @carlossanlop. But a type summary would also be useful. Could you add one? Something like, "Provides information about a Program Debug Database (PDB) file." And possibly a remark: "This structure is returned by a call to the <xref:System.Reflection.PortableExecutable.PEReader.ReadCodeViewDebugDirectoryData%2A?displayProperty=nameWithType> method."
xml/System.Reflection.PortableExecutable/CodeViewDebugDirectoryData.xml
Outdated
Show resolved
Hide resolved
xml/System.Reflection.PortableExecutable/CodeViewDebugDirectoryData.xml
Outdated
Show resolved
Hide resolved
xml/System.Reflection.PortableExecutable/CodeViewDebugDirectoryData.xml
Outdated
Show resolved
Hide resolved
Co-Authored-By: Ron Petrusha <[email protected]>
@rpetrusha thanks for the type summary and remark. I added them. @GrabYourPitchforks @steveharter can you please review this last commit? The type is not documented in code so I would like to make sure we're describing it accurately. |
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
Is this ready to merge, @carlossanlop? |
Yes, ready to merge @rpetrusha. |
No description provided.