1 Star 0 Fork 0

geek/consuldotnet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.globalconfig 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
# Top level entry required to mark this as a global AnalyzerConfig file
is_global = true
#### Diagnostic configuration ####
# https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/configuration-options
# https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/categories
dotnet_analyzer_diagnostic.category-reliability.severity = warning
dotnet_analyzer_diagnostic.category-security.severity = warning
# https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/overview#code-style-analysis
dotnet_diagnostic.IDE1006.severity = warning
# "Async" suffix enforcement is suppressed because there are too many public methods that are missing it
dotnet_naming_rule.async_methods_must_end_with_async.severity = none
dotnet_naming_rule.async_methods_must_end_with_async.symbols = method_symbols
dotnet_naming_rule.async_methods_must_end_with_async.style = end_in_async_style
dotnet_naming_symbols.method_symbols.applicable_kinds = method
dotnet_naming_symbols.method_symbols.required_modifiers = async
dotnet_naming_style.end_in_async_style.capitalization = pascal_case
dotnet_naming_style.end_in_async_style.required_suffix = Async
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/hangfire/consuldotnet.git
git@gitee.com:hangfire/consuldotnet.git
hangfire
consuldotnet
consuldotnet
master

搜索帮助