You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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").
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
The text was updated successfully, but these errors were encountered: