Skip to content

Commit

Permalink
Merge pull request #576 from AArnott/STMTA_Cancellation
Browse files Browse the repository at this point in the history
Ensure JTF.SwitchToMainThreadAsync always throws when canceled
  • Loading branch information
AArnott authored Dec 20, 2019
2 parents 5a8076d + 13504ca commit 4e08bfe
Show file tree
Hide file tree
Showing 7 changed files with 128 additions and 682 deletions.
88 changes: 0 additions & 88 deletions doc/analyzers/VSTHRD201.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/analyzers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ ID | Title | Severity | Supports | Default diagnostic severity
[VSTHRD110](VSTHRD110.md) | Observe result of async calls | Advisory | | Warning
[VSTHRD111](VSTHRD111.md) | Use `.ConfigureAwait(bool)` | Advisory | | Hidden
[VSTHRD200](VSTHRD200.md) | Use `Async` naming convention | Guideline | [VSTHRD103](VSTHRD103.md) | Warning
[VSTHRD201](VSTHRD201.md) | Check cancellation after `SwitchToMainThreadAsync` | Guideline | | Warning

## Severity descriptions

Expand Down

This file was deleted.

Loading

0 comments on commit 4e08bfe

Please sign in to comment.