-
Notifications
You must be signed in to change notification settings - Fork 184
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 naming #5
Comments
lol. strong naming is dead. Even Microsoft is moving away from it in their new CLR. |
I agree that it's going away, but it's not gone yet. Perhaps I should have put more emphasis on the word "Enterprise"? |
true. Well - I cannot speak for the project owner - but strong naming introduces a fair bit of complexity to OSS projects. Probably the best way is to fork it and sign it yourself. |
I need to think little bit about it. May be add separate nuget package: jose-jwt-signed as an option? |
@dvsekhvalnov Have you seen some of the online discussions related to this? E.g. https://json.codeplex.com/workitem/22458 Chances are reading these will make you realise it's not worth the effort and tell me to use the StrongNameSigner tool. :) Organisations like ServiceStack will provide strong-named assemblies directly to those who request it, but that's their choice to have that time budgeted for support. |
@Bringer128 feel free to go with StrongNameSigner. If somebody else ever request strong signing again then we'll probably reconsider approach. |
Thanks @dvsekhvalnov - I'll continue with StrongNameSigner. |
Hi,
I'm hoping to get a strong-named version of this file to integrate into an enterprise project.
There are a few options to get this, and I'd like to know what your preferred method is:
Thanks.
The text was updated successfully, but these errors were encountered: