diff --git a/.editorconfig b/.editorconfig index 238e9887bd..1583d3e469 100644 --- a/.editorconfig +++ b/.editorconfig @@ -144,6 +144,8 @@ dotnet_diagnostic.CS1591.severity = suggestion dotnet_diagnostic.CA1304.severity = warning # CA1802: Use literals where appropriate dotnet_diagnostic.CA1802.severity = warning +# CA1815: Override equals and operator equals on value types +dotnet_diagnostic.CA1815.severity = warning # CA1820: Test for empty strings using string length dotnet_diagnostic.CA1820.severity = warning # CA1821: Remove empty finalizers