Skip to content

Commit 6ccc9fa

Browse files
JamieMageeCopilot
andcommitted
chore: remove dead CommandLineParser dependency
Spectre.Console.Cli is the active CLI parser. The CommandLineParser package and IArgumentHelper/ArgumentHelper types had no remaining callers. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 87ae1f8 commit 6ccc9fa

5 files changed

Lines changed: 0 additions & 63 deletions

File tree

Directory.Packages.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
</PackageReference>
77
</ItemDefinitionGroup>
88
<ItemGroup>
9-
<PackageVersion Include="CommandLineParser" Version="2.9.1" />
109
<PackageVersion Include="Docker.DotNet" Version="3.125.15" />
1110
<PackageVersion Include="AwesomeAssertions" Version="9.4.0" />
1211
<PackageVersion Include="AwesomeAssertions.Analyzers" Version="9.0.8" />

src/Microsoft.ComponentDetection.Orchestrator/ArgumentHelper.cs

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/Microsoft.ComponentDetection.Orchestrator/Extensions/ServiceCollectionExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public static IServiceCollection AddComponentDetection(this IServiceCollection s
6565
services.AddSingleton<IScanExecutionService, ScanExecutionService>();
6666
services.AddSingleton<IDetectorProcessingService, DetectorProcessingService>();
6767
services.AddSingleton<IDetectorRestrictionService, DetectorRestrictionService>();
68-
services.AddSingleton<IArgumentHelper, ArgumentHelper>();
6968

7069
// Experiments
7170
services.AddSingleton<IExperimentService, ExperimentService>();

src/Microsoft.ComponentDetection.Orchestrator/IArgumentHelper.cs

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/Microsoft.ComponentDetection.Orchestrator/Microsoft.ComponentDetection.Orchestrator.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
</ItemGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="CommandLineParser" />
1211
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" />
1312
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
1413
<PackageReference Include="Microsoft.Extensions.Logging" />

0 commit comments

Comments
 (0)