[Mono-list] Installing unsigned code in the GAC
John Luke
John Luke <john.luke@gmail.com>
Fri, 27 Aug 2004 14:02:58 -0400
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.