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

Add a strong name #17

Closed
dukk opened this issue Jul 15, 2014 · 4 comments
Closed

Add a strong name #17

dukk opened this issue Jul 15, 2014 · 4 comments

Comments

@dukk
Copy link

dukk commented Jul 15, 2014

ManyConsole.dll isn't signed so it doesn't have a strong name.

Because of this it makes it more difficult to use in projects that have strong names, they have to decompile it and recompile it using a key. It also gets more complicated if it's using nuget to fetch it.

You would be doing people a favor by signing it before you package it.

@fschwiet
Copy link
Owner

Life is too short for signed assemblies.

@jmecosta
Copy link

@fschwiet is .net core assemblies too short lived? https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/public-signing.md

or can you provide some strong signing for this assembly

@fschwiet
Copy link
Owner

Life is too short for signed assemblies.

@jmecosta
Copy link

@fschwiet thanks

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

3 participants