Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Assemblies are not Strong Named #14

Closed
maggarwal opened this issue Oct 31, 2018 · 3 comments · Fixed by #18
Closed

Assemblies are not Strong Named #14

maggarwal opened this issue Oct 31, 2018 · 3 comments · Fixed by #18
Milestone

Comments

@maggarwal
Copy link

Hi,

I am unable to use this library as it is not strong named. Is it possible for you to publish a strong named version or strong name the package by default?

@thomaslevesque
Copy link
Owner

Hi @maggarwal,

For a while, the consensus in the C# OSS community was to not strong-name assemblies, so I didn't. However, this seems to have changed; Microsoft now recommends strong-naming open-source libraries. So I think I will do so at some point, but it won't happen overnight.

In the meantime, you can use https://github.com/brutaldev/StrongNameSigner to strong-name third-party assemblies yourself.

@thomaslevesque thomaslevesque added this to the vNext milestone Feb 3, 2020
@thomaslevesque
Copy link
Owner

Adding this to vNext milestone. I've started strong-naming some of my libraries a while ago, and I see no reason not to do it for this one.

@thomaslevesque
Copy link
Owner

This is fixed in 2.0.0-beta.1

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants