Kostas Konstantinidis
Kostas Konstantinidis

Reputation: 13707

Using ILMerge but retaining namespaces

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

Thanks for any feedback.

Upvotes: 0

Views: 202

Answers (1)

Daniel Hilgarth
Daniel Hilgarth

Reputation: 174309

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.

Upvotes: 3

Related Questions