272 Star 3.1K Fork 612

GVPdotNET China/MiniExcel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 1014 Bytes
一键复制 编辑 原始数据 按行查看 历史
[*.{cs,vb}]
# IDE0009: Member access should be qualified.
dotnet_style_qualification_for_event = false
# IDE0009: Member access should be qualified.
dotnet_style_qualification_for_field = false
# IDE0009: Member access should be qualified.
dotnet_style_qualification_for_property = false
# IDE0009: Member access should be qualified.
dotnet_style_qualification_for_method = false
# IDE0065: Misplaced using directive
csharp_using_directive_placement = outside_namespace
# CA1835: Prefer the memory-based overloads of ReadAsync/WriteAsync methods in stream-based classes
dotnet_diagnostic.CA1835.severity = error
# CA1849: Call async methods when in an async method
dotnet_diagnostic.CA1849.severity = error
dotnet_diagnostic.CA2000.severity = error
# CA2007: Do not directly await a Task
dotnet_diagnostic.CA2007.severity = error
# CA2016: Forward the CancellationToken parameter to methods that take one
dotnet_diagnostic.CA2016.severity = error
csharp_style_namespace_declarations = file_scoped:silent
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/dotnetchina/MiniExcel.git
git@gitee.com:dotnetchina/MiniExcel.git
dotnetchina
MiniExcel
MiniExcel
master

搜索帮助