File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -422,9 +422,6 @@ dotnet_naming_rule.parameters_rule.symbols = parameters_group
422422dotnet_naming_rule.parameters_rule.style = camel_case_style
423423dotnet_naming_rule.parameters_rule.severity = warning
424424
425-
426- dotnet_diagnostics.CA1857.severity = none
427- dotnet_diagnostics.CA1859.severity = none
428425# #########################################
429426# License
430427# #########################################
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<RuleSet Name =" ImageSharp" ToolsVersion =" 17.0" >
33 <Include Path =" ..\shared-infrastructure\sixlabors.ruleset" Action =" Default" />
4+ <Rules AnalyzerId =" Microsoft.CodeAnalysis.CSharp.NetAnalyzers" RuleNamespace =" Microsoft.CodeAnalysis.CSharp.NetAnalyzers" >
5+ <Rule Id =" CA1857" Action =" None" />
6+ <Rule Id =" CA1859" Action =" None" />
7+ </Rules >
48 <Rules AnalyzerId =" StyleCop.Analyzers" RuleNamespace =" StyleCop.Analyzers" >
59 <Rule Id =" SA1011" Action =" None" />
610 </Rules >
7- </RuleSet >
11+ </RuleSet >
You can’t perform that action at this time.
0 commit comments