Is it possible to merge a couple of assemblies via ILMerge and retain the initial namespaces of all libraries?

Thanks for any feedback.

有帮助吗?

解决方案

Sure. Simply use ILMerge. It doesn't change any namespaces.
All it does is load the single module from each assembly and put all the modules into one assembly.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top