Hey, On Mon, Aug 13, 2012 at 4:44 PM, blez <[email protected]> wrote: > Any help?
You're probably removing a generic method that is instantiated in a method you're not removing. Apparently that confuses Cecil greatly. In the ends, it depends on what you want to achieve. If you want to delete all the code in an assembly to just have method stubs, it's quite easy, you simply remove all the instructions of all the methods. If you want to remove code that is not executed, it's better to use the Mono.Linker. Jb -- -- mono-cecil
