I have the following situation: I read in assembly A, synthetically create assembly B and write B to disk. If I create B using things I construct, everything is fine. However, if I directly include anything from A in B, the generated assembly ends up being empty - no types are emitted which involve B.
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? Thanks -- -- mono-cecil
