问题
I'm looking for a open source tool to merge multiple .NET assemblies into a single assembly.
回答1:
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 .
回答2:
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
回答3:
Mono.Merge
http://evain.net/blog/articles/2006/11/06/an-introduction-to-mono-merge
来源:https://stackoverflow.com/questions/3655838/is-there-a-ilmerge-equivalent-tool-for-mono