Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compare assemblies with changed assemblyNames #48

Open
ig-sinicyn opened this issue Aug 18, 2018 · 1 comment
Open

Compare assemblies with changed assemblyNames #48

ig-sinicyn opened this issue Aug 18, 2018 · 1 comment

Comments

@ig-sinicyn
Copy link

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

@atdimitrov
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants