Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.
/ AssemblyVerifier Public archive

This is a simple wrapper around peverify. The nice thing about this assembly is that you can verify dynamic assemblies (generated via Reflection.Emit) directly in code so you'll know right away if something's wrong with your emitted code.

License

Notifications You must be signed in to change notification settings

JasonBock/AssemblyVerifier

Repository files navigation

AssemblyVerifier

This is a simple wrapper around peverify. The nice thing about this assembly is that you can verify dynamic assemblies (generated via Reflection.Emit) directly in code so you'll know right away if something's wrong with your emitted code.

Note that no more work will go into this project. ILVerify is (potentially) the .NET Core/.NET 5 library version that may be the solution to this.

About

This is a simple wrapper around peverify. The nice thing about this assembly is that you can verify dynamic assemblies (generated via Reflection.Emit) directly in code so you'll know right away if something's wrong with your emitted code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages