代码拉取完成,页面将自动刷新
同步操作将从 CookCSharp/CookPopularControl 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
[*.cs]
# CS1591: 缺少对公共可见类型或成员的 XML 注释
dotnet_diagnostic.CS1591.severity = silent
# CA1416: 验证平台兼容性
dotnet_diagnostic.CA1416.severity = silent
# CS8618: 在退出构造函数时,不可为 null 的字段必须包含非 null 值。请考虑声明为可以为 null。
dotnet_diagnostic.CS8618.severity = silent
# CS0809: 过时成员重写未过时成员
dotnet_diagnostic.CS0809.severity = silent
# CS8602: 解引用可能出现空引用。
dotnet_diagnostic.CS8602.severity = silent
# CS8603: 可能的 null 引用返回。
dotnet_diagnostic.CS8603.severity = silent
# CS8601: 可能的 null 引用赋值。
dotnet_diagnostic.CS8601.severity = none
# CS8524: switch 表达式不会处理其输入类型的某些值(它不是穷举),这包括未命名的枚举值。
dotnet_diagnostic.CS8524.severity = silent
# IDE0072: 添加缺失的事例
dotnet_diagnostic.IDE0072.severity = suggestion
# IDE0022: 使用方法的程序块主体
dotnet_diagnostic.IDE0022.severity = none
# IDE0059: 不需要赋值
csharp_style_unused_value_assignment_preference = unused_local_variable
# CS8625: 无法将 null 文本转换为不可为 null 的引用类型。
dotnet_diagnostic.CS8625.severity = none
# CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
dotnet_diagnostic.CS8632.severity = none
# CS8604: 可能的 null 引用参数。
dotnet_diagnostic.CS8604.severity = none
# CS3003: 类型不符合 CLS
dotnet_diagnostic.CS3003.severity = none
# CS3009: 基类型不符合 CLS
dotnet_diagnostic.CS3009.severity = none
# CS3001: 参数类型不符合 CLS
dotnet_diagnostic.CS3001.severity = none
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。