当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 62

LuckyJoke/CookPopularControl
暂停

forked from CookCSharp/CookPopularControl
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
写代码的厨子 提交于 2022-01-03 23:43 . add trayicon baseon notifyicon
[*.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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/lucky-joke/CookPopularControl.git
git@gitee.com:lucky-joke/CookPopularControl.git
lucky-joke
CookPopularControl
CookPopularControl
chance_dev

搜索帮助

0d507c66 1850385 C8b1a773 1850385