mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
10 lines
369 B
INI
10 lines
369 B
INI
[*.cs]
|
|
|
|
# CS1591: 缺少对公共可见类型或成员的 XML 注释
|
|
dotnet_diagnostic.CS1591.severity = suggestion
|
|
|
|
dotnet_diagnostic.CS1573.severity = suggestion
|
|
dotnet_diagnostic.CS1570.severity = suggestion
|
|
# CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
|
|
dotnet_diagnostic.CS8632.severity = suggestion
|