.editorconfig 165 B

12345678
  1. [*.cs]
  2. # CA1031: 不捕获常规异常类型
  3. dotnet_diagnostic.CA1031.severity = none
  4. # CA1305: 指定 IFormatProvider
  5. dotnet_diagnostic.CA1305.severity = none