Enable CA2016: forward the CancellationToken
This commit is contained in:
Родитель
f93bdce9c9
Коммит
03b934cc67
|
@ -185,5 +185,8 @@ dotnet_diagnostic.DOC202.severity = warning
|
|||
# CA1062: Validate arguments of public methods
|
||||
dotnet_diagnostic.CA1062.severity = warning
|
||||
|
||||
# CA2016: Forward the CancellationToken parameter
|
||||
dotnet_diagnostic.CA2016.severity = warning
|
||||
|
||||
[*.sln]
|
||||
indent_style = tab
|
||||
|
|
Загрузка…
Ссылка в новой задаче