Ignore CA2007 in tests
This commit is contained in:
Родитель
36d8e9dcae
Коммит
225c8e7b9e
|
@ -38,3 +38,6 @@ dotnet_diagnostic.CA1063.severity = silent
|
|||
|
||||
# CA1816: Dispose methods should call SuppressFinalize
|
||||
dotnet_diagnostic.CA1816.severity = silent
|
||||
|
||||
# CA2007: Consider calling ConfigureAwait on the awaited task
|
||||
dotnet_diagnostic.CA2007.severity = none
|
||||
|
|
Загрузка…
Ссылка в новой задаче