0

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

Thanks for any feedback.

Kostas Konstantinidis
  • 13,347
  • 10
  • 48
  • 61

1 Answers1

3

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.

Community
  • 1
  • 1
Daniel Hilgarth
  • 171,043
  • 40
  • 335
  • 443