fix: migrate PerfDiff to System.CommandLine 2.0.3 #1043
Merged
Codacy Production / Codacy Static Code Analysis
required action
Mar 14, 2026 in 0s
1 new issue (0 max.) of at least medium severity.
Here is an overview of what got changed by this pull request:
Issues
======
+ Solved 1
- Added 1
Complexity increasing per file
==============================
- src/tools/PerfDiff/BDN/BenchmarkDotNetDiffer.cs 2
- src/tools/PerfDiff/DiffCommand.cs 2
Complexity decreasing per file
==============================
+ src/tools/PerfDiff/Logging/SimpleConsoleLogger.cs -2
+ src/tools/PerfDiff/Program.cs -2
See the complete overview on Codacy
Annotations
Check warning on line 43 in src/tools/PerfDiff/BDN/BenchmarkDotNetDiffer.cs
codacy-production / Codacy Static Code Analysis
src/tools/PerfDiff/BDN/BenchmarkDotNetDiffer.cs#L43
Method BenchmarkDotNetDiffer::TryGetBdnResultsAsync has a cyclomatic complexity of 19 (limit is 8)
Loading