公告板
版本库
filestore
活动
搜索
登录
main
/
ZTICW
仁数集_半导体版
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
.
leo
2022-11-08
c3c1fdc95a2c64098278724754cafb6395c3d7e7
[ZTICW.git]
/
.editorconfig
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