JustAssembly
JustAssembly copied to clipboard
Compare assemblies with changed assemblyNames
I have two assseblies, one produced by c# compiler and one created by Reflection.Emit. The code, type and member names do match but JustAssembly shows them as two different assemblies.

Is there an option to ignore assembly names?
Sample assemblies: sample.zip
JustAssembly does ignore assembly names by default.
The different module (also known as "netmodule", more info here) names is what causes this. In order to function properly both assemblies should have the same module name (in this case they are "Dry.exe.exe" and "DryEmitted").