AxDSan / obfuscar

Automatically exported from code.google.com/p/obfuscar
0 stars 0 forks source link

Error message when obfuscating signed assembly refers to 'KeyValue' var which does not exist #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This error message is incorrect:
"Obfuscating a signed assembly would result in an invalid assembly:  " +
info.Name +"; use the KeyValue property to set a key to use"

Replace 'KeyValue' with 'KeyFile' to fix this.

Original issue reported on code.google.com by daniel.g...@gmail.com on 2 Apr 2010 at 4:45

GoogleCodeExporter commented 9 years ago
Thanks for the report.
I fixed this in SVN.

Original comment by webbi...@gmail.com on 3 Apr 2010 at 3:23