Hey, On Thu, Feb 24, 2011 at 8:49 PM, [email protected] <[email protected]> wrote: > I just stumbled over the fact that I don't know how to prepare an assembly > for delayed signing when writing it with cecil. Since the API does not seem > to provide anything for this, is there a way to make this work or does cecil > not support this? Or am I missing something obvious?
You just have to specify the full publickey to the assembly name and set the ModuleAttributes.StrongNameSigned bit. Jb -- -- mono-cecil
