You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: