From 949f7c462daf2a3fc1e7f94828330b7378dcc38e Mon Sep 17 00:00:00 2001 From: Timothy Schenk Date: Mon, 20 Nov 2023 13:33:37 +0100 Subject: [PATCH] chore: hide MA0007 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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