Drawbacks, advantages, etc. between ILMerge or ResolveAssembly for embedding assemblies?

。_饼干妹妹 提交于 2019-12-22 06:56:57

问题


Currently I know of two methods of embedding assemblies into one application file: ILMerge and using the ResolveAssembly event.

I would like to know if anyone have had more success with one over the other.

Is there any drawbacks from using either one of those (performance, security, ...)?

From my point of view, it looks like we should always merge all the "private" assemblies into an application as it is more clean this way when the application is considered as a whole.

Any thoughts?


回答1:


I've since found this blog post from Jeffrey Richter and I think it answers adequately my question.



来源:https://stackoverflow.com/questions/3152270/drawbacks-advantages-etc-between-ilmerge-or-resolveassembly-for-embedding-ass

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!