You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
300 B
11 lines
300 B
[*.cs]
|
|
|
|
# CS3019: CLS 遵从性检查在此程序集外部不可见,因此不会执行它
|
|
dotnet_diagnostic.CS3019.severity = none
|
|
|
|
# CS0414: 字段已被赋值,但从未使用过它的值
|
|
dotnet_diagnostic.CS0414.severity = none
|
|
|
|
# CS0612: 已过时
|
|
dotnet_diagnostic.CS0612.severity = none
|
|
|
|
|