-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release with support for System.Reactive >= 6.0. #175
Comments
+1, having the same issue here
|
Let me try unfreezing the pipelines |
The CI is complaining, MSBuild gripes it seems. |
Hmm, is there something someone can do about that? 😬 |
I can also help out here, would love a 6.0-compatible release. |
same issue here:
|
I was looking at the build status, the build fails since this commit (but that of course might be a coincidence). The build log from before that commit, and the log from that commit. What immediately catches my eye is the msbuild version steps back from But maybe more interesting, the whole build seems to be different.
|
Any news on this one? I'd gladly help if someone could explain me what to do. I also tried to build locally, but failed to. |
Disclaimer: I know nothing about paket, I'm just trying to get the build working without knowing what I'm doing. Just to get the ball rolling. @xperiandri The build broke when you added the groups to the paket.references file:
And now I get a bunch of errors like the following when I run
When I remove the groups from Alternatively, I can also add the groups to paket.dependencies each with their specific entry for the referenced packages:
As I said, above I know nothing about paket, so I'm unsure how to proceed. |
Try |
Maybe your solution is correct. |
I've created a PR #177 that simplifies the packet files & updates the tooling and appveyor build spec. It seems to build fine from dotnet build, dotnet fake build, and appveyor. |
I merged in #177 and tried retriggering AppVeyor, but the build is still broken - I don't think I can fix it because it's in @panesofglass account. The build works fine for both @marklam and me (https://ci.appveyor.com/project/deviousasti/fsharp-control-reactive-hj870). We could probably set up Github Actions - let's get shared ownership of that Nuget package. |
@sergey-tihon do you have access to it? Can you help? |
FSharp.Control.Reactive is part of |
I can look at a github action which will version the package correctly for publishing it (version 5.0.6) |
@sergey-tihon Could you give me maintainer access to this repo so I can set up Actions? I have merge permissions, but I can't really see anything in the settings page. |
I've created a pr #179 that might (?) help with the action definitions |
@deviousasti done |
Is this waiting for #180? What else needs to happen? |
@samritchie meanwhile you can consider https://github.com/fsprojects/FSharp.Control.R3/ |
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:
System.Reactive
package to allow versions higher than 5.0 #172The text was updated successfully, but these errors were encountered: