Skip to content

Commit 38aad52

Browse files
authored
update .editorconfig (#121)
1 parent a949d7d commit 38aad52

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,7 @@ dotnet_naming_rule.private_fields_with_underscore.severity = suggestion
7676

7777
dotnet_naming_symbols.private_fields.applicable_kinds = field
7878
dotnet_naming_symbols.private_fields.applicable_accessibilities = private
79+
80+
## Code Quality Analysis
81+
dotnet_diagnostic.CA2007.severity = error # Use ConfigureAwait
82+
configure_await_analysis_mode = library

0 commit comments

Comments
 (0)