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 naming #5

Closed
Bringer128 opened this issue Nov 27, 2014 · 7 comments
Closed

Strong naming #5

Bringer128 opened this issue Nov 27, 2014 · 7 comments

Comments

@Bringer128
Copy link

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.

@leastprivilege
Copy link

lol. strong naming is dead. Even Microsoft is moving away from it in their new CLR.

@Bringer128
Copy link
Author

I agree that it's going away, but it's not gone yet. Perhaps I should have put more emphasis on the word "Enterprise"?

@leastprivilege
Copy link

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.

@dvsekhvalnov
Copy link
Owner

I need to think little bit about it. May be add separate nuget package: jose-jwt-signed as an option?

@Bringer128
Copy link
Author

@dvsekhvalnov Have you seen some of the online discussions related to this? E.g.

https://json.codeplex.com/workitem/22458
davidebbo/WebActivator#3
MvvmCross/MvvmCross#232

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.

@dvsekhvalnov
Copy link
Owner

@Bringer128 feel free to go with StrongNameSigner.

If somebody else ever request strong signing again then we'll probably reconsider approach.

@Bringer128
Copy link
Author

Thanks @dvsekhvalnov - I'll continue with StrongNameSigner.

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