Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

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 <[email protected]>
  • Loading branch information
stephentoub authored and jkotas committed Oct 31, 2019
1 parent 368d8a8 commit 3e1c08c
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 3e1c08c

Please sign in to comment.