ericvana / protobuf-net

Automatically exported from code.google.com/p/protobuf-net
Other
0 stars 0 forks source link

precompiler to strong sign assemblies #387

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I want to use precompiler. But it generates not strongly signed assembly and my 
projects which strongly signed fail to compile with it. I have to use ildasm 
and ilasm to sign. But it seems can be done inside in precompiler given the 
path to key provided.

Original issue reported on code.google.com by Dzmitry....@gmail.com on 7 Jun 2013 at 1:02

GoogleCodeExporter commented 8 years ago
I will have to investigate. This is a scenario I would like to support, but I 
need to check IKVM's options, or possibly some separate signing tools.

Original comment by marc.gravell on 14 Jun 2013 at 9:35