Does anyone know of a way to compare two .NET assemblies to determine whether they were built from the \"same\" source files?
I am aware that there are some differen
you can use MonoCecil and give it a small modification to get the problem solved. I did it, you can read how over here: http://groups.google.com/group/mono-cecil/browse_thread/thread/6ab42df05daa3a/49e8b3b279850f13#49e8b3b279850f13
Regards Florian