Fix MTP TaskExtensions
FYI @SimonCropp
I also think the whole implementation here is not correct. It feels to me like if cancellation was requested in the middle of the original task, it won't immediately return a completed task.
Originally posted by @Youssef1313 in https://github.com/microsoft/testfx/pull/6861#discussion_r2485042452
Opening an issue to track this. We also would like to have a test on our side that captures the bug.
@Youssef1313 @Evangelink can you both review this https://github.com/SimonCropp/Polyfill/pull/410
@SimonCropp fix is in 9.0.3, right?
I think yes. I'd still like us to add a test though.