Brightspace / D2L.CodeStyle

Annotations and analysis tools for D2L C# code style
Apache License 2.0
10 stars 22 forks source link

RequiredNamedArgumentsAnalyzers: fixes and optimizations #930

Closed omsmith closed 11 months ago

omsmith commented 11 months ago

With ImmutabilityAnalyzer as reference

Before

D2L.CodeStyle.Analyzers.Immutability.ImmutabilityAnalyzer = 11.690 s
D2L.CodeStyle.Analyzers.Language.RequireNamedArgumentsAnalyzer = 10.423 s

After

D2L.CodeStyle.Analyzers.Immutability.ImmutabilityAnalyzer = 11.804 s
D2L.CodeStyle.Analyzers.Language.RequireNamedArgumentsAnalyzer = 9.463 s