Skip to content

Conversation

@abelbraaksma
Copy link
Member

@abelbraaksma abelbraaksma commented Dec 10, 2022

Fixes: #121.

Just running full CI to see what happens. All tests pass just fine. Let's downgrade the lowest supported FSharp.Core.dll version.

Note that we cannot go all the way to 6.0.0, unless we write the taskSeq overload code such that we don't use NoEagerConstraintApplication. This means either marker interfaces, or explicits (i.e., require users to do Task.ofAsync and the like). I'm fine with using this approach though, as it behaves closer to how task behaves.

@abelbraaksma abelbraaksma changed the title Attempt FSharp.Core 6.0.1 Use FSharp.Core 6.0.1 instead of 6.0.2, lowest denominator approach for versions Dec 11, 2022
@abelbraaksma abelbraaksma merged commit a965a76 into main Dec 11, 2022
@abelbraaksma abelbraaksma deleted the attempt-core-6.0.1 branch December 11, 2022 13:48
@abelbraaksma
Copy link
Member Author

abelbraaksma commented Dec 11, 2022

Will be part of 0.3.1 or 0.4.0. We probably go for 0.4.x though, as technically this is potentially a breaking change (it shouldn't be, but it is hard to ascertain).

Edit: released in 0.4.0-alpha.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

compatibility Related to backward or forwards, or F# Core or .NET version compatibility

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Why is 6.0.2 the min FSharp.Core version requirement?

2 participants