fsprojects / FSharp.Compiler.CodeDom

An F# CodeDOM implementation (based on the old F# Power Pack)
http://fsprojects.github.io/FSharp.Compiler.CodeDom/
The Unlicense
25 stars 14 forks source link

Signed binaries #3

Open abrobston opened 9 years ago

abrobston commented 9 years ago

Is it possible to sign binaries in the NuGet package? That would make it easier to use the binary from another project that will be signed (and, therefore, strong-named).

dsyme commented 9 years ago

Yes, this should be added. There's a discussion going on about this here: https://github.com/fsprojects/FSharp.Compiler.CodeDom/pull/6#issuecomment-94792936, please assist :)