Hi, On Wed, Mar 30, 2011 at 11:26 AM, Dmitri Nesteruk <[email protected]> wrote: > My question: is it possible to somehow 'safely copy' things from one > assembly definition to another so that I do get them in the resulting > assembly?
Nop, I'm afraid you can't simply add a type from a module to another. You'd have to deep clone them, there's currently nothing builtin for that. Jb -- -- mono-cecil
