FSharpx.Collections
FSharpx.Collections copied to clipboard
NuGet package with signed assemblies
I want to use FSharpx.Collections (and other FSharpx.* packages) in project which should be signed with strong name. Can you please publish FSharpx.* packages with signed assemblies?
Note that strong naming would make this package significantly more complicated to use, since you need to work around it with binding redirects (or worse) whenever you need to leverage semantic versioning (e.g. when using two packages that are built against different versions of this library).
May I suggest to remain on the "simple" side for this repo and suggest to people requiring the strong name to go with something like https://github.com/dsplaisted/strongnamer?