Browse Source

Update Microsoft.CodeAnalysis.PublicApiAnalyzers (#3157)

pull/3164/head
Igor Velikorossov 5 years ago
committed by GitHub
parent
commit
f2739b430f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .editorconfig
  2. 3
      eng/Shipping.ruleset
  3. 2
      eng/Versions.props
  4. 9751
      src/System.Windows.Forms/src/PublicAPI.Shipped.txt

4
.editorconfig

@ -177,3 +177,7 @@ end_of_line = lf
[*.{cmd,bat}]
end_of_line = crlf
# .NET diagnostic
dotnet_diagnostic.RS0041.severity = none

3
eng/Shipping.ruleset

@ -178,4 +178,7 @@
<Rule Id="SA1649" Action="None" />
<Rule Id="SA1651" Action="None" />
</Rules>
<Rules AnalyzerId="Microsoft.CodeAnalysis.PublicApiAnalyzers" RuleNamespace="Microsoft.CodeAnalysis.PublicApiAnalyzers">
<Rule Id="RS0041" Action="None" />
</Rules>
</RuleSet>

2
eng/Versions.props

@ -62,7 +62,7 @@
</PropertyGroup>
<!-- External Analyzers -->
<PropertyGroup>
<MicrosoftCodeAnalysisPublicApiAnalyzers>2.9.8</MicrosoftCodeAnalysisPublicApiAnalyzers>
<MicrosoftCodeAnalysisPublicApiAnalyzers>3.0.0</MicrosoftCodeAnalysisPublicApiAnalyzers>
</PropertyGroup>
<!-- Additional unchanging dependencies -->
<PropertyGroup>

9751
src/System.Windows.Forms/src/PublicAPI.Shipped.txt
File diff suppressed because it is too large
View File

Loading…
Cancel
Save