Skip to content

Update FSharp.Control.TaskSeq to 1.1.1#1

Closed
auduchinok wants to merge 1 commit intomasterfrom
update-fsharp-control-taskSeq
Closed

Update FSharp.Control.TaskSeq to 1.1.1#1
auduchinok wants to merge 1 commit intomasterfrom
update-fsharp-control-taskSeq

Conversation

@auduchinok
Copy link
Copy Markdown
Owner

@auduchinok auduchinok commented Apr 20, 2026

This PR updates FSharp.Control.TaskSeq dependency to a version that supports dynamic invocation without inlining.

The context is I'm working on dotnet/fsharp#19548 which improves debugging experience by preventing inlining where possible and allowing stepping into inline functions and setting breakpoints there. The problem the compiler CI found is the older FSharp.Control.TaskSeq version does not allow dynamic execution, so preventing inlining there would lead to exceptions in IcedTask tests. It was implemented in fsprojects/FSharp.Control.TaskSeq#380, and updating the version fixes the tests when no inlining is happening.

@auduchinok auduchinok closed this Apr 21, 2026
@auduchinok auduchinok deleted the update-fsharp-control-taskSeq branch April 21, 2026 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant