Closed marinewater closed 9 years ago
Quoting the readme:
Please note that the assemblies in these releases are not properly signed. They're delay-signed to ensure seamless compatibility with regular (stable) releases, but they don't carry a valid signature. This means that you may have to exclude
DemoInfo.dll
from strong name verification if you use these prereleases
You could test #39 and if it works, we could merge it to finally fix this issue.
Or you could just add the verification exemption yourself by running sn -Vr path\to\DemoInfo.dll
in a visual studio command prompt.
Thanks, the command worked, the NuGet package in the Pull Request did not.
I get this error with the nuget package when trying to use demoinfo in Visual Studio: