0
marcosb created
All my assemblies are strongly-named, so when I try to use the Abp assemblies in my project I get the error "Could not load file or assembly 'Abp, Version=0.8.4.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required"
Is there a Nuget Package version of the assemblies that are signed/strongly-named?
The only option that I have now is to do not sign my assemblies, but I would like to keep some benefits of signed assemblies such as making harder assembly tampering or substitution.
1 Answer(s)
-
0
Hi,
No, we haven't a signed version and not planned to do it. Nowadays, not signing assemblies are commonly preferred over signing. Signing not much helps to protect your code.
Have a nice day.