ILMerge Best Practices

前端 未结 12 2171
闹比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:34

    Note that for windows GUI programs (eg WinForms) you'll want to use the /target:winexe switch.
    The /target:exe switch creates a merged console application.

提交回复
热议问题