Is there a free tool capable of pruning unused code from a CLI assembly? [closed]

醉酒当歌 提交于 2019-12-04 06:42:31
Jb Evain

There is. It's called the Mono.Linker.

What I wrote three years about the Mono.Linker ago pretty much still stands. It works well, but it's not magical and could be pretty rough. Plus it usually requires configuration.

On the other hand, it now ships in commercial tools like MonoTouch or Mono for Android, so it's definitely solid, if you don't mind spending some time integrating it.

Note that all released versions of Mono comes with a compiled version of the linker, but I advise you to compile it yourself.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!