In attempting to compile NAnt on MacOS, I need to install some
unsigned assemblies in the gac. On Windows, in a pinch, I would
ildasm, sign, and ilasm them. This doesn't seem possible on mono.
How can I get an unsigned assembly into the gac?
Hello,
On windows you use sn.exe
On mono, man sn reveals:
-Vr assembly [userlist]
Exempt the specified assembly from verification for the speci-
fied user list. Currently not supported by sn, you must edit
machine.config manually if you require this.
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list