Hi, I'm renaming my namespaces using code I found here<http://blog.muonlab.com/2011/08/01/how-to-modify-net-types-names-and-namespaces-inside-compiled-assemblies-using-mono-cecil/comment-page-1/#comment-17981> and I've come across 2 different issues with it.
The first one was that types used as constructor parameters in constructor attributes did not get updated. Merely enumerating the constructor attributes seemed to fix this though. The problem I am having is that I'm doing this over multiple assemblies and I'm losing the references between assemblies. Is there a way to do this over multiple assemblies or am I going to be better off ILMerging the assemblies together and then running it on that? The code I am using is here: https://gist.github.com/MatthewSteeples/5588087 Regards, Matthew -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
