JustAssembly icon indicating copy to clipboard operation
JustAssembly copied to clipboard

Compare assemblies with changed assemblyNames

Open ig-sinicyn opened this issue 7 years ago • 1 comments

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.

image

Is there an option to ignore assembly names?

Sample assemblies: sample.zip

ig-sinicyn avatar Aug 18 '18 14:08 ig-sinicyn

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").

atdimitrov avatar Aug 20 '18 06:08 atdimitrov