-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Navigation-SourceLinkMetadata as Source, SourceLink, DecompilationMetadata as Source, SourceLink, DecompilationuntriagedIssues and PRs which have not yet been triaged by a leadIssues and PRs which have not yet been triaged by a lead
Description
We should be checking that the PDB version matches the DLL when we find the .pdb file next to the .dll.
The easiest way to handle both cases (including the embedded PBD) is to use PEReader.TryOpenAssociatedPortablePdb method: https://source.dot.net/#System.Reflection.Metadata/System/Reflection/PortableExecutable/PEReader.cs,d04ae6c22fdcad8f,references
Originally posted by @tmat in #57073 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Navigation-SourceLinkMetadata as Source, SourceLink, DecompilationMetadata as Source, SourceLink, DecompilationuntriagedIssues and PRs which have not yet been triaged by a leadIssues and PRs which have not yet been triaged by a lead