-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Automatically port Reflection.PortableExecutable.PdbChecksumDebugDirectoryData #3194
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.PdbChecksumDebugDirectoryData #3194
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 for you to consider, @carlossanlop.
xml/System.Reflection.PortableExecutable/PdbChecksumDebugDirectoryData.xml
Outdated
Show resolved
Hide resolved
xml/System.Reflection.PortableExecutable/PdbChecksumDebugDirectoryData.xml
Outdated
Show resolved
Hide resolved
xml/System.Reflection.PortableExecutable/PdbChecksumDebugDirectoryData.xml
Outdated
Show resolved
Hide resolved
xml/System.Reflection.PortableExecutable/PdbChecksumDebugDirectoryData.xml
Outdated
Show resolved
Hide resolved
@tmat would you mind helping us? Since you introduced this type, we need:
Here's the source: src/System.Reflection.Metadata/src/System/Reflection/PortableExecutable/DebugDirectory/PdbChecksumDebugDirectoryData.cs Here's the PR that introduced: dotnet/corefx#26976 Here's the proposal (the text is the same as in the PR): https://github.com/dotnet/corefx/issues/26935 |
The type represents a PDB Checksum debug directory entry as specified here: https://github.com/dotnet/corefx/blob/master/src/System.Reflection.Metadata/specs/PE-COFF.md#pdb-checksum-debug-directory-entry-type-19. This comment is incorrect. Should be "Checksum of the PDB content.". |
Thank you, @tmat for your quick help. I updated the PR with your suggestions. Let @rpetrusha and I know if you agree with the changes I made so we can merge this. |
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, it's ready to merge, @rpetrusha. |
No description provided.