mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
hide CA2007 warning in .NET Core app
This commit is contained in:
parent
933091e76c
commit
feb18d5a84
1 changed files with 1 additions and 0 deletions
|
|
@ -70,5 +70,6 @@
|
|||
</Rules>
|
||||
<Rules AnalyzerId="Microsoft.CodeQuality.Analyzers" RuleNamespace="Microsoft.CodeQuality.Analyzers">
|
||||
<Rule Id="CA1707" Action="Hidden" />
|
||||
<Rule Id="CA2007" Action="Hidden" />
|
||||
</Rules>
|
||||
</RuleSet>
|
||||
Loading…
Reference in a new issue