Please provide a succinct description of the issue.
Repro steps
- Clone https://github.com/fsprojects/FSharp.Control.TaskSeq
- just run smoke tests in VS test explorer or:
edit sdk pin in global.json to "10.0.400"
dotnet test -c Debug .\src\FSharp.Control.TaskSeq.SmokeTests\
builds fine, runs fine, taskSeq produces wrong values and tests fail.
This is particularly nasty, because it builds and runs, just the execution is wrong.
Tests pass up to sdk 10.0.204, fail for 10.0.400 and 11 preview.
Please provide a succinct description of the issue.
Repro steps
edit sdk pin in global.json to "10.0.400"
dotnet test -c Debug .\src\FSharp.Control.TaskSeq.SmokeTests\builds fine, runs fine, taskSeq produces wrong values and tests fail.
This is particularly nasty, because it builds and runs, just the execution is wrong.
Tests pass up to sdk 10.0.204, fail for 10.0.400 and 11 preview.