We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a949d7d commit 38aad52Copy full SHA for 38aad52
.editorconfig
@@ -76,3 +76,7 @@ dotnet_naming_rule.private_fields_with_underscore.severity = suggestion
76
77
dotnet_naming_symbols.private_fields.applicable_kinds = field
78
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