Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assembly signing issue #168

Open
Xpitfire opened this issue Mar 6, 2017 · 2 comments
Open

Assembly signing issue #168

Xpitfire opened this issue Mar 6, 2017 · 2 comments
Assignees

Comments

@Xpitfire
Copy link

Xpitfire commented Mar 6, 2017

Hi,
I have installed the NuGet Package using> Install-Package YC.QuickGraph
Afterwards I tried to run the application, but it seems that the assemblies are not signed, because I receive the following exception:

System.IO.FileLoadException: 'Could not load file or assembly 'YC.QuickGraph, Version=3.7.3.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)'

All my assemblies are signed and usually frameworks have signed assemblies and I would rater avoid cloning the repository to build and sign the assemblies.

Can you please fix this and release a new version on NuGet?

Thank you.

@gsvgit gsvgit self-assigned this Mar 7, 2017
@gsvgit
Copy link
Member

gsvgit commented Mar 7, 2017

Hi @Xpitfire ,

I try to publish new package with signed assemblies asap. Unfortunately, right way (for me) is not fast because we use some 3rd party packages which contain unsigned assemblies. I want to contact with owners of this packages and request signed versions.

If time is critical for you, I can recommend this tool which can be installed from NuGet and it can sign all unsigned assemblies "on the fly". By default all unsigned assemblies automatically be signed just by installing the NuGet package.

@Xpitfire
Copy link
Author

Xpitfire commented Mar 7, 2017

Hello @gsvgit ,

thank you for your quick reply. I have currently switched back to the CodePlex version of QuickGraph for now. I will wait for your results and continue development with that version and merge the changes back later.

If you need any support, just let me know.
Best regards :)

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

No branches or pull requests

2 participants