Closed TahirAliKhan closed 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.
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).