fsprojects / FSharp.Control.Reactive

Extensions and wrappers for using Reactive Extensions (Rx) with F#.
http://fsprojects.github.io/FSharp.Control.Reactive
Other
284 stars 58 forks source link

Incompatible with System.Reactive v6? #169

Closed Micha-kun closed 7 months ago

Micha-kun commented 1 year ago

Description

I tried to upgrade System.Reactive to latest version (v6), but VS2022 doesn't build because FSharp.Control.Reactive has a < v6 restriction

Repro steps

Upgrade System.Reactive NuGet to v6.*

Expected behavior

Solution compiles happy.

Actual behavior

VS2022 cries in despair.

error NU1608: Warning As Error: Detected package version outside of dependency constraint: FSharp.Control.Reactive 5.0.5 requires System.Reactive (>= 5.0.0 && < 6.0.0) but version System.Reactive 6.0.0 was resolved.

Known workarounds

I don't know workarounds

Related information

deviousasti commented 1 year ago

Yes, I've been meaning to do this since the Rx 6 announcement. Thank you for creating an issue.

Micha-kun commented 11 months ago

Is there any plan for this update? More and more reactive frameworks are swapping into Rx 6 :(

glchapman commented 4 months ago

Apologies for commenting on a closed issue, but I just checked Nuget, and its most recent version of FSharp.Control.Reactive is 5.0.5 (uploaded 5/3/2022). Any chance of getting the version with the relaxed restriction uploaded to Nuget?