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

Strong Name #10

Closed
Fabsky opened this issue Oct 14, 2014 · 3 comments
Closed

Strong Name #10

Fabsky opened this issue Oct 14, 2014 · 3 comments
Labels

Comments

@Fabsky
Copy link
Contributor

Fabsky commented Oct 14, 2014

Is it possible to put strong named assembly in the nuget package ?
Otherwise it's not possible to use the package is all situation (like mine)

@thomaslevesque
Copy link
Contributor

@Fabsky, have a look at Assembly Strong Naming Toolkit, it should solve your problem without the need of signing LongPath

@Fabsky
Copy link
Contributor Author

Fabsky commented Oct 14, 2014

Yes, thank you for the link, I didn't know that
In the meantime I've downloaded the code source, and compiled with my own key.
My ticket here was just for the future, if you have some time, because it's indeed more easier to just get the nuget package already signed.

@peteraritchie
Copy link
Owner

The recommended approach is to do what you've done, build for yourself and use your own key. You'll see less and less strong-named assemblies (especially in Nuget) in the future.

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

No branches or pull requests

3 participants