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

To sign or not to sign the assemblies #54

Closed
odinserj opened this issue Apr 2, 2014 · 3 comments
Closed

To sign or not to sign the assemblies #54

odinserj opened this issue Apr 2, 2014 · 3 comments

Comments

@odinserj
Copy link
Member

odinserj commented Apr 2, 2014

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.

@odinserj odinserj changed the title To sign or not to sign assemblies To sign or not to sign the assemblies Apr 2, 2014
@hahmed
Copy link
Contributor

hahmed commented Apr 23, 2014

fyi... I remember this issue with the octokit library...

octokit/octokit.net#405

@odinserj
Copy link
Member Author

@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.

@odinserj odinserj assigned odinserj and unassigned odinserj May 23, 2014
@ses4j
Copy link

ses4j commented Oct 9, 2014

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
Labels
None yet
Development

No branches or pull requests

3 participants