diff --git a/.editorconfig b/.editorconfig index 5a81e99..df2027d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -27,7 +27,7 @@ insert_final_newline = true [*.cs] indent_size = 4 dotnet_sort_system_directives_first = true - +dotnet_diagnostic.MA0007.severity = none MA0004.report = DetectContext # (default) Try to detect the current context and report only if it considers ConfigureAwait is needed MA0004.report = Always # Always report missing ConfigureAwait whatever the context # Don't use this. qualifier