DotNet Decompilers

If the version number can't tell you whether your code inside an assembly, the simpliest way to check is to decompile the assembly. There are couple of tools can do this, such as

DotPeek: Installation needed. Need to use with caution when running on a dev computer, it will try find the source code from your repository instead of decompile it.

DnSpy: Portable and also able to modify the assembly

Last updated