Browse Source

feat: Enable Rule CA1823

pull/9685/head
Giuseppe Lippolis 3 years ago
parent
commit
949c2b94b9
  1. 2
      .editorconfig

2
.editorconfig

@ -152,6 +152,8 @@ dotnet_diagnostic.CA1820.severity = warning
dotnet_diagnostic.CA1821.severity = warning
# CA1822: Mark members as static
dotnet_diagnostic.CA1822.severity = suggestion
# CA1823: Avoid unused private fields
dotnet_diagnostic.CA1823.severity = warning
dotnet_code_quality.CA1822.api_surface = private, internal
# CA1825: Avoid zero-length array allocations
dotnet_diagnostic.CA1825.severity = warning

Loading…
Cancel
Save