StephenCleary / Deque

Double-ended queue
MIT License
121 stars 25 forks source link

Nito.Collections.Deque, Version=1.1.0.0, etc.. does not have a strong name. #6

Closed TahirAliKhan closed 3 years ago

TahirAliKhan commented 3 years ago

Hey, I was looking to use this library and unfortunately I hit an error because the library I'm using this requires signed assemblies.

Is this something you need to update?

(also, thanks just in general, I've learned a lot from your work over the years).

StephenCleary commented 3 years ago

No, I don't support strong names in any of my libraries. It's quite a bit of work for library authors and Microsoft has never developed good tooling for it. They're not planning to write good tooling for it, either, since in the future all .NET code will just ignore strong name signing.

I recommend using StrongNameSigner or Nivot.StrongNaming to automatically strong-name assemblies at build time.