FSharpx.Collections icon indicating copy to clipboard operation
FSharpx.Collections copied to clipboard

NuGet package with signed assemblies

Open gsvgit opened this issue 8 years ago • 2 comments

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?

gsvgit avatar Mar 07 '17 07:03 gsvgit

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).

cdrnet avatar Mar 08 '17 21:03 cdrnet

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?

Evangelink avatar May 13 '21 21:05 Evangelink