ILMerge exe/dll合并工具

ILMerge is a utility that merges multiple .NET assemblies into a single assembly

MSBuild ILMerge task allows you to use the famous ILMerge utility in automated builds and/or Visual Studio 2013/2015 projects.

一、合并前

二、下载并安装MSBuild.ILMerge.Task Nuget 包

三、安装完成后项目中多了(或更新了)以下文件

四、重新编译项目,dll与exe合并

五、更多应用请参见以下网址

https://archive.codeplex.com/?p=ilmergemsbuild

https://github.com/dotnet/ILMerge

https://www.microsoft.com/en-us/research/people/mbarnett/ilmerge/

 

六、补充,使用MSBuild.ILMerge.Task可能会遇到编译成功但是exe无法运行的情况,另外的办法是直接使用ILMerge,方法参照https://github.com/dotnet/ILMerge

七、其他异常情况:当程序使用Spring.net 或其他反射技术时打包后会出现程序无法运行的情况,原因是程序合并后程序集名称会变化

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章