AaronRobinsonMSFT / DNMD

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

Add a writing API and implement the md_apply_delta API in terms of it #30

Closed jkoritzinsky closed 11 months ago

jkoritzinsky commented 1 year ago

This PR adds a writing API and implements the md_apply_delta using the API. There's also a few other changes to enable this work:

The new public APIs are split into three categories:

The code is split into different files per this logic:

There are two TODOs left for this PR, but I think enough is in place to do a review: