您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
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