Skip to content

Commit 11d1604

Browse files
author
Aayush Maini
committed
Cleanup rust detectors and experiments
1 parent 2fd5d4f commit 11d1604

File tree

7 files changed

+0
-2450
lines changed

7 files changed

+0
-2450
lines changed

src/Microsoft.ComponentDetection.Detectors/rust/RustCliDetector.cs

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

src/Microsoft.ComponentDetection.Detectors/rust/RustCrateDetector.cs

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

src/Microsoft.ComponentDetection.Orchestrator/Experiments/Configs/RustSbomVsCliExperiment.cs

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

src/Microsoft.ComponentDetection.Orchestrator/Experiments/Configs/RustSbomVsCrateExperiment.cs

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

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ public static IServiceCollection AddComponentDetection(this IServiceCollection s
6969
services.AddSingleton<IExperimentService, ExperimentService>();
7070
services.AddSingleton<IExperimentProcessor, DefaultExperimentProcessor>();
7171
services.AddSingleton<IExperimentConfiguration, SimplePipExperiment>();
72-
services.AddSingleton<IExperimentConfiguration, RustSbomVsCliExperiment>();
73-
services.AddSingleton<IExperimentConfiguration, RustSbomVsCrateExperiment>();
7472
services.AddSingleton<IExperimentConfiguration, UvLockDetectorExperiment>();
7573

7674
// Detectors
@@ -139,8 +137,6 @@ public static IServiceCollection AddComponentDetection(this IServiceCollection s
139137
services.AddSingleton<IComponentDetector, RubyComponentDetector>();
140138

141139
// Rust
142-
services.AddSingleton<IComponentDetector, RustCrateDetector>();
143-
services.AddSingleton<IComponentDetector, RustCliDetector>();
144140
services.AddSingleton<IComponentDetector, RustSbomDetector>();
145141

146142
// SPDX

0 commit comments

Comments
 (0)