diff --git a/.editorconfig b/.editorconfig index 274eb24e..632e0782 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,9 @@ dotnet_diagnostic.CsWinRT1030.severity = silent # IDE0063: Use simple 'using' statement dotnet_diagnostic.IDE0063.severity = silent +# IDE0074: Use compound assignment +dotnet_diagnostic.IDE0074.severity = silent + # IDE0090: Simplify 'new' expression dotnet_diagnostic.IDE0090.severity = silent