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

nuget package depends on rx-main 2.2.5, which has been pulled from nuget #89

Closed sillyotter closed 6 years ago

sillyotter commented 8 years ago

Description

Rx-Main 2.2.5, the package this things current nuget package depends on, has been unlisted from nuget. When they updated to v3.0 of rx.net, they changed the name to System.Reactive. We might need a new release of this to track the new Rx library, assuming that they didn't break anything.

panesofglass commented 8 years ago

Ouch! I am surprised they pulled the package version. @cloudRoutine and I recently discussed the need to update this package to work with .NET Core, as well. We will try to get to that soon. If anyone else can get to it first, please do. I'm happy to review a PR!

thecoldwine commented 7 years ago

Actually, I got a problem with moving a package to the Rx 3.0, because it seems like Rx team discarded support of 4.0 and 2.59 targets. Fortunately. it is still possible to build Control.Reactive for .NET 4.5 plus.

TheAngryByrd commented 7 years ago

Since https://github.com/fsprojects/FSharp.Control.Reactive/pull/90#partial-pull-merging was merge, can we get an alpha/beta nuget package? Pretty please? 🙏

sillyotter commented 7 years ago

Don't know if it will help anyone else, but while this has been going on, I have taken to using pakets github ability to just grab the Observable.fs file directly from the project and linking it directly into my project.

In the paket.dependencies:

github fsprojects/FSharp.Control.Reactive src/FSharp.Control.Reactive/Observable.fs

and in paket.references:

File: Observable.fs

And of course the needed nuget System.Reactive.* references as well. Works quite well until a nuget package exists.

dsyme commented 7 years ago

@cloudRoutine @panesofglass Could you update the nuget package after recent merges please?

cloudRoutine commented 7 years ago

@panesofglass and @forki are the only ones who have access to the nuget package

forki commented 7 years ago

@cloudRoutine what is your nuget name I can probably set that up for you.

cloudRoutine commented 7 years ago

it's also cloudRoutine

forki commented 7 years ago

The user 'cloudRoutine' is already an owner or pending owner of this package.

so we tried that already ;-) Anyways I sent new invitation

cloudRoutine commented 7 years ago

I guess I missed the first invite, they should really list the pending invites on the profile page, but now I'm setup. I'll upload the new version today or tomorrow.

thecoldwine commented 7 years ago

@cloudRoutine do you have any updates on NuGet? It would be great if we see updated version on global nuget repo :)

panesofglass commented 7 years ago

Sorry for the long delay. I just published from AppVeyor. @cloudRoutine, send me your email, and I'll add you to the AppVeyor team so you, too, can deploy successfully built packages. I could also just auto-deploy, if you think that is better.