Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Added nuget install script that excludes us from Strong Name verification #39

Closed
wants to merge 1 commit into from

Conversation

main--
Copy link
Contributor

@main-- main-- commented Feb 10, 2015

Apparently .NET straight up rejects delay signed assemblies even in full trust environments unless you exclude them manually using the Strong Name tool.

Todo:

…tion

[ci skip] because all of this only matters on master.
Someone please test this on Windows.
@marinewater
Copy link

Did not work for me, is there a Travis run of this anywhere?

@moritzuehling
Copy link
Contributor

No, because this cannot be tested with Travis - Travis is linux-based, and the problem is windows-only. I currently don't have a Windows-installation to test it.

If you want to resolve the problem manually run sn -Vu Path/To/DemoInfo.dll in the Visual Studio Command prompt.

After a restart of Visual Studio it should work. This is only a problem in the prerelease-package.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants