MichalStrehovsky / iltrim

MIT License
9 stars 1 forks source link

Fix the IL verification tests #44

Closed vitek-karas closed 2 years ago

vitek-karas commented 2 years ago

The ILVerifier expects the resolver to resolve the same simple name to the same reader instance. Fixed the resolver implementation to do this.

Improve the reporting of IL Verification failures.

This makes all the tests pass now.