[Mono-devel-list] [PATCH] AssemblyBuilder.cs to support strongnaming at compile time

Sébastien Pouliot spouliot at videotron.ca
Mon Jan 26 09:17:05 EST 2004


Right now mcs only embed strongnames public key into assemblies (i.e. like
the signature is always delayed).
So strongnaming an assembly requires an additionnal step (sn) to actually
sign the assembly.

This small patch (in System.Reflection.Emit.AssemblyBuilder) enable mcs to
strongname assembly when compiling (matching csc).

Sebastien Pouliot
home: spouliot at videotron.ca
blog: http://pages.infinit.net/ctech/poupou.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: AssemblyBuilder.diff
Type: application/octet-stream
Size: 1857 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040126/45c242c1/attachment.obj 


More information about the Mono-devel-list mailing list