We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
return;
IsCancellationRequested
We often have this pattern:
testfx/src/Platform/Microsoft.Testing.Platform/OutputDevice/TerminalOutputDevice.cs
Lines 328 to 331 in 4dc9eeb
where would return immediately on cancellation. This pattern doesn't look right. Instead, we should call ThrowIfCancellationRequested()
ThrowIfCancellationRequested()