Ai
1 Star 0 Fork 0

anydev/dotnet-minimal-api-integration-testing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
TodoApp.ruleset 981 Bytes
一键复制 编辑 原始数据 按行查看 历史
Martin Costello 提交于 2024-04-12 01:39 +08:00 . Disable CA1515
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="TodoApp Rules" Description="This rule set contains rules for the TodoApp solution." ToolsVersion="17.0">
<IncludeAll Action="Warning" />
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1014" Action="None" />
<Rule Id="CA1031" Action="None" />
<Rule Id="CA1034" Action="None" />
<Rule Id="CA1054" Action="None" />
<Rule Id="CA1055" Action="None" />
<Rule Id="CA1056" Action="None" />
<Rule Id="CA1062" Action="None" />
<Rule Id="CA1303" Action="None" />
<Rule Id="CA1515" Action="None" />
<Rule Id="CA1707" Action="None" />
<Rule Id="CA1711" Action="None" />
<Rule Id="CA1720" Action="None" />
<Rule Id="CA1812" Action="None" />
<Rule Id="CA2007" Action="None" />
<Rule Id="CA2000" Action="None" />
<Rule Id="CA2227" Action="None" />
<Rule Id="CA2234" Action="None" />
</Rules>
</RuleSet>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/anydev/dotnet-minimal-api-integration-testing.git
git@gitee.com:anydev/dotnet-minimal-api-integration-testing.git
anydev
dotnet-minimal-api-integration-testing
dotnet-minimal-api-integration-testing
dotnet-vnext

搜索帮助