You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
225 B

  1. [*.cs]
  2. # IDE0090: 使用 "new(...)"
  3. dotnet_diagnostic.IDE0090.severity = none
  4. # CA1416: 验证平台兼容性
  5. dotnet_diagnostic.CA1416.severity = none
  6. # CA822: 可标记为Static
  7. dotnet_diagnostic.CA1822.severity = none