Is there a ILMerge equivalent tool for Mono?

笑着哭i 提交于 2019-11-29 01:31:07

Check ILRepack, which allows merge of symbol files, xml documentation, App.config and more. It's open-source and based on Cecil. There is also NAnt and MSBuild integration for it in a project called ILRepack-BuildTasks .

Zac Bowling

mkbundle and monolinker: http://www.mono-project.com/Linker

You can also make your own linker tool using Cecil: https://github.com/jbevain/cecil/wiki

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