diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 8d8ff3ff..5d2f7feb 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "powershell": { - "version": "7.4.3", + "version": "7.4.4", "commands": [ "pwsh" ] diff --git a/.editorconfig b/.editorconfig index 91809344..b268b5ee 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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