AaronRobinsonMSFT / DNMD

Reimplementation of ECMA-335 metadata APIs
MIT License
16 stars 3 forks source link

Add specialized parsing functions for portable pdb blobs #38

Closed jkoritzinsky closed 11 months ago

jkoritzinsky commented 11 months ago

As part of this work, I also added a separate target for referencing a version of DNMD with portable PDB support enabled (exported as dnmd::pdb).

This implements all of the blob formats specified in the Portable PDB Spec 1.0 not in the CustomDebugInformation section.

Fixes #36 as much as we plan to.

This should also get us to feature parity with https://github.com/AaronRobinsonMSFT/PPDB