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.
|
- [*.{cs,vb}]
-
- # IDE0017: 简化对象初始化
- dotnet_diagnostic.IDE0017.severity = none
-
- # IDE0028: 简化集合初始化
- dotnet_diagnostic.IDE0028.severity = none
-
- # IDE0059: 不需要赋值
- dotnet_diagnostic.IDE0059.severity = none
|