ILMerge Best Practices

前端 未结 12 2169
闹比i
闹比i 2020-11-28 20:19

Do you use ILMerge? Do you use ILMerge to merge multiple assemblies to ease deployment of dll\'s? Have you found problems with deployment/versioning in production after ILMe

12条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 20:29

    We use ILMerge on quite a few projects. The Web Service Software Factory, for example produces something like 8 assemblies as its output. We merge all of those DLLs into a single DLL so that the service host will only have to reference one DLL.

    It makes life somewhat easier, but it's not a big deal either.

提交回复
热议问题