Skip to content

Commit

Permalink
Update analyzer versions (dotnet/corefx#42249)
Browse files Browse the repository at this point in the history
* Update analyzer packages to latest NuGet versions

* Fix new warnings

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
  • Loading branch information
stephentoub authored and dotnet-bot committed Oct 31, 2019
1 parent 32e2ae9 commit b9656ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/System.Private.CoreLib/shared/CodeAnalysis.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<Rule Id="CA5369" Action="None" /> <!-- Use XmlReader For Deserialize -->
<Rule Id="CA5371" Action="None" /> <!-- Use XmlReader For Schema Read -->
<Rule Id="CA5372" Action="None" /> <!-- Use XmlReader For XPathDocument -->
<Rule Id="CA5397" Action="None" /> <!-- Security protocol version is deprecated -->
</Rules>
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
<Rule Id="AD0001" Action="None" /> <!-- Analyzer threw an exception -->
Expand Down

0 comments on commit b9656ca

Please sign in to comment.