Brightspace / D2L.CodeStyle

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

optimize/fix DefaultValueConsistencyAnalyzer #933

Closed omsmith closed 1 year ago

omsmith commented 1 year ago

With ImmutabilityAnalyzer as reference (given run variability):

Analyzer Before After
ImmutabilityAnalyzer 11.804s 11.681s
DefaultValueConsistencyAnalyzer 4.261s 1.340s
omsmith commented 1 year ago

Ref: https://github.com/Brightspace/lms/pull/43590