dvsekhvalnov/jose-jwt

Strong naming

Bringer128 opened this issue · 7 comments

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.

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

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