Skip to content

Commit 96469b1

Browse files
committed
feat: Add dx to catch ConfigureAwait(false)
Signed-off-by: Benjamin Evenson <[email protected]>
1 parent 3da02e6 commit 96469b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ dotnet_diagnostic.IDE0005.severity = none
146146
# RS0041: Public members should not use oblivious types
147147
dotnet_diagnostic.RS0041.severity = suggestion
148148

149+
# CA2007: Do not directly await a Task
150+
dotnet_diagnostic.CA2007.severity = error
151+
149152
[obj/**.cs]
150153
generated_code = true
151154

0 commit comments

Comments
 (0)