chore: hide MA0007

This commit is contained in:
Timothy Schenk 2023-11-20 13:33:37 +01:00 committed by rainote
parent c20426ee03
commit 8f6886a6cf

View file

@ -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