加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 602 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kaede 提交于 2022-04-22 22:33 . docs: update README
[*.cs]
# CA1416: Validate platform compatibility
dotnet_diagnostic.CA1416.severity = none
# IDE0055: Fix formatting
dotnet_diagnostic.IDE0055.severity = none
# IDE0058: Expression value is never used
dotnet_diagnostic.IDE0058.severity = none
# IDE0008: Use explicit type
dotnet_diagnostic.IDE0008.severity = none
# IDE0040: Add accessibility modifiers
dotnet_diagnostic.IDE0040.severity = none
# CA1822: Mark members as static
dotnet_diagnostic.CA1822.severity = none
# Default severity for analyzer diagnostics with category 'Style'
dotnet_analyzer_diagnostic.category-Style.severity = none
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化