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