xyncro / chiron

JSON for F#
https://xyncro.tech/chiron
MIT License
173 stars 41 forks source link

Sign Chiron assemblies with a strong name #67

Closed codasols closed 8 years ago

codasols commented 8 years ago

Have you considered signing your assemblies with a strong name? I really like your project, and it works really well with F# compared to alternatives like the built in type providers and the reliable Newtonsoft.

The problem with not signing your assemblies is that you alienate the inclusion of your library in a project that is strongly named. I can get around this temporarily, but I have to actually sign your dlls with my own key. This is a bit of a hassle, especially if I want to release my work as an open source project.

Please consider this.

codasols commented 8 years ago

I have added a comment in depth on another of your repositories. Saves me having to type this in twice :)

Aether Issue 43

Ticket closed after discussion on Aether issue.