.
leo
2022-11-10 ea4a4d70dd12d33414be4739cefb03fe3a0f9cf0
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