Is there a free tool capable of pruning unused code from a CLI assembly? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . Is there a free tool capable of pruning unused code from a CLI assembly? I know there are obfuscators that are capable of performing this optimization, but these all cost money. Is there a free (or even open source) tool that removes the unused code in an already compiled assembly? Jb Evain There is. It's called the Mono.Linker . What I wrote three years about the Mono.Linker ago pretty much still