chore: hide MA0007
This commit is contained in:
parent
c20426ee03
commit
8f6886a6cf
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ insert_final_newline = true
|
||||||
[*.cs]
|
[*.cs]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
dotnet_sort_system_directives_first = true
|
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 = 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
|
MA0004.report = Always # Always report missing ConfigureAwait whatever the context
|
||||||
# Don't use this. qualifier
|
# Don't use this. qualifier
|
||||||
|
|
Loading…
Reference in a new issue