开发者

Is there a ILMerge equivalent tool for Mono?

开发者 https://www.devze.com 2023-01-14 21:30 出处:网络
I\'m looking for a open开发者_如何学Go source tool to merge multiple .NET assemblies into a single assembly.Check ILRepack, which allows merge of symbol files, xml documentation, App.config and more.

I'm looking for a open开发者_如何学Go source tool to merge multiple .NET assemblies into a single assembly.


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 .


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


Mono.Merge

http://evain.net/blog/articles/2006/11/06/an-introduction-to-mono-merge

0

精彩评论

暂无评论...
验证码 换一张
取 消