kongo2002 / SharpXml

Fast, dependency-free XML serializer for .NET written in F#
Apache License 2.0
23 stars 6 forks source link

Assembly generation failed -- Referenced assembly 'SharpXml' does not have a strong name #6

Open jchable opened 7 years ago

jchable commented 7 years ago

Seems like we can't use SharpXml with a SharePoint solution cause the assembly doesn't have a strong name. I get the assembly from the nuget package. The build failed with the message "Assembly generation failed -- Referenced assembly 'SharpXml' does not have a strong name"

DevEstacion commented 7 years ago

Can't you download the solution and attach your key to make it strongly named?