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.

11 lines
237 B

  1. [*.{cs,vb}]
  2. # IDE0017: 简化对象初始化
  3. dotnet_diagnostic.IDE0017.severity = none
  4. # IDE0028: 简化集合初始化
  5. dotnet_diagnostic.IDE0028.severity = none
  6. # IDE0059: 不需要赋值
  7. dotnet_diagnostic.IDE0059.severity = none