My application requires my to sign all referenced .dlls with a certificate. Unfortunately, .dlls like System.dll are being compiled as native images and I'm unable to sign them. Is there a way to disable NGEN and use local versions of these .dlls which I can sign?
Asked
Active
Viewed 74 times
0
-
1You should not need to sign .NET framework assemblies. – Daniel Mann Apr 25 '18 at 19:28
-
In this case, they need to be. Is there a way to disable NGEN? – animrevox acc Apr 25 '18 at 23:52