2021-07-15 13:54:31 +08:00
|
|
|
[*.cs]
|
|
|
|
|
|
|
|
# IDE0090: 使用 "new(...)"
|
|
|
|
dotnet_diagnostic.IDE0090.severity = none
|
2021-11-23 14:38:01 +08:00
|
|
|
|
|
|
|
# CA1416: 验证平台兼容性
|
2021-12-01 19:18:49 +08:00
|
|
|
dotnet_diagnostic.CA1416.severity = none
|
|
|
|
|
|
|
|
# CA822: 可标记为Static
|
|
|
|
dotnet_diagnostic.CA1822.severity = none
|