-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
To sign or not to sign the assemblies #54
Comments
odinserj
changed the title
To sign or not to sign assemblies
To sign or not to sign the assemblies
Apr 2, 2014
fyi... I remember this issue with the octokit library... |
@hahmed, thanks. It took me about a day to absorb it :) Since I do not believe that anybody needs it (at least yet), I'll postpone this question. |
For the record -- We need it. We are currently ildasm/ilasm'ing each DLL and adding in the public key references ... quite a pain! We're required by our clients to use signed DLLs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I know that signed assemblies can use only signed dependencies. It the assembly is not signed, then its usage is greatly reduced. But I also heard about some negative aspects of assembly signing, but I don't remember them.
Any ideas?
James Newton-King with his
Newtonsoft.Json
have such issues, but decided to sign the assembly. ServiceStack guys decided first to not to sign their assemblies, but with 4.0 they supply both signed and unsigned assemblies through different packages. All Microsoft assemblies are signed by default.The text was updated successfully, but these errors were encountered: