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

Release with support for System.Reactive >= 6.0. #175

Open OkkeHendriks opened 3 months ago

OkkeHendriks commented 3 months ago

Description

@cloudRoutine @deviousasti @panesofglass

Can one of you please release a new version with support for System.Reactive >= 6.0. There are quite a lot of people waiting on this, see:

pkese commented 3 months ago

+1, having the same issue here


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.```
deviousasti commented 3 months ago

Let me try unfreezing the pipelines

deviousasti commented 3 months ago

The CI is complaining, MSBuild gripes it seems.

OkkeHendriks commented 2 months ago

Hmm, is there something someone can do about that? 😬

baronfel commented 1 month ago

I can also help out here, would love a 6.0-compatible release.