Skip to content

Commit

Permalink
feat: Add dx to catch ConfigureAwait(false)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Evenson <2031163+benjiro@users.noreply.github.com>
  • Loading branch information
benjiro committed Sep 19, 2023
1 parent 3da02e6 commit 96469b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ dotnet_diagnostic.IDE0005.severity = none
# RS0041: Public members should not use oblivious types
dotnet_diagnostic.RS0041.severity = suggestion

# CA2007: Do not directly await a Task
dotnet_diagnostic.CA2007.severity = error

[obj/**.cs]
generated_code = true

Expand Down

0 comments on commit 96469b1

Please sign in to comment.