openstack.net icon indicating copy to clipboard operation
openstack.net copied to clipboard

Using unlisted Flurl package versions

Open panuva-sympa opened this issue 4 years ago • 0 comments

The Flurl.* versions the project refers to are unlisted.

  • https://www.nuget.org/packages/Flurl.signed - lists versions 2.8.0 and 2.7.1
  • https://www.nuget.org/packages/Flurl.Http.Signed/ - lists versions 2.3.2 and 2.3.1

https://github.com/openstacknetsdk/openstack.net/blob/c338e6be9dbf225891ce7de58bcbf7722afbdc17/paket.dependencies#L4 (current master) refers to nuget Flurl.Http.Signed ~> 0.7.0 nuget Flurl.Signed ~> 1.0.10

Which means practically Flurl.Http.Signed [0.7.0,1.0.0) and Flurl.Signed [1.0.10,1.1.0)

Suggestion:

  • could you modify these deps to be to more recent, supported, non-unlisted versions nuget Flurl.Http.Signed ~> 2.8.0 nuget Flurl.Signed ~> 2.3.2

  • then do paket update and

  • rebuild,

  • fix possible incompatibility errors with Flurl versions (likely trivial?)

  • commit, push, tag, and publish nuget.

panuva-sympa avatar Dec 27 '19 08:12 panuva-sympa