SunnyUI/.editorconfig

7 lines
155 B
INI
Raw Normal View History

2021-07-15 13:54:31 +08:00
[*.cs]
# IDE0090: 使用 "new(...)"
dotnet_diagnostic.IDE0090.severity = none
# CA1416: 验证平台兼容性
dotnet_diagnostic.CA1416.severity = none