I would like to remove the code from the assembly using the command line or GUI. There are times when assemblies contain types that are in other assemblies, and this requires you to add extern alias to your code (which is not so important for the transaction). An alternative could be recompiling from the source (if any) to separate assemblies or removing the assembly code in some way and adding backlinks to the "main" assembly.
I think I'm looking for ilunmerge. Does anyone know such a utility?
source
share