fsprojects / FSharp.Control.Reactive

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

Issues with RX v4 #106

Closed matthid closed 6 years ago

matthid commented 6 years ago

Description

See https://github.com/fsharp/FAKE/issues/1966 As I have understood it they have merged all their packages into one (System.Reactive) which breaks as existing packages still depend on the other assemblies.

Suggested fix

Upgrade and release a new version :)

Workaround for downstream

Add a dependency to System.Reactive.Compatibility, just like @kblohm suggests in https://github.com/fsharp/FAKE/pull/1967

kblohm commented 6 years ago

This should be fixed with 4.1.

panesofglass commented 6 years ago

Fixed in #107.