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.
8 lines
279 B
8 lines
279 B
3 years ago
|
[*.cs]
|
||
|
|
||
|
# CS8618: 在退出构造函数时,不可为 null 的字段必须包含非 null 值。请考虑声明为可以为 null。
|
||
|
dotnet_diagnostic.CS8618.severity = none
|
||
|
|
||
|
# CS1591: 缺少对公共可见类型或成员的 XML 注释
|
||
|
dotnet_diagnostic.CS1591.severity = none
|