Skip to content

Commit

Permalink
Disable the Platform Compat Analyzer until #41354 is fixed (#41367)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhandley authored Aug 26, 2020
1 parent 3aba51c commit def5b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/CodeAnalysis.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<Rule Id="CA1308" Action="None" /> <!-- Normalize strings to uppercase -->
<Rule Id="CA1309" Action="None" /> <!-- Use ordinal stringcomparison -->
<Rule Id="CA1401" Action="Warning" /> <!-- P/Invokes should not be visible -->
<Rule Id="CA1416" Action="None" /> <!-- Validate platform compatibility; https://github.com/dotnet/runtime/issues/41354 -->
<Rule Id="CA1417" Action="Warning" /> <!-- Do not use 'OutAttribute' on string parameters for P/Invokes -->
<Rule Id="CA1501" Action="None" /> <!-- Avoid excessive inheritance -->
<Rule Id="CA1502" Action="None" /> <!-- Avoid excessive complexity -->
Expand Down

0 comments on commit def5b48

Please sign in to comment.