aarondandy / WeCantSpell.Hunspell

A port of Hunspell v1 for .NET and .NET Standard
https://www.nuget.org/packages/WeCantSpell.Hunspell/
Other
126 stars 19 forks source link

Strong-Naming The Library #42

Open fahadabdulaziz opened 4 years ago

fahadabdulaziz commented 4 years ago

Hello, I like this library, it is very useful. but a little thing to as if I may to sign the library.

Thanks.

aarondandy commented 3 years ago

I really want to avoid strong named assemblies but I literally can't stop you from signing it yourself, so go for it. If you want to contribute it as part of this project we could probably do something like protobuff, maybe? https://github.com/protocolbuffers/protobuf/tree/master/csharp/keys

aarondandy commented 1 month ago

Some context worth reading when somebody comes around to this: https://www.mongodb.com/community/forums/t/net-c-driver-strong-naming/291649

It sounds like it can cause a lot of trouble for people if done incorrectly.