Skip to content

Commit

Permalink
Promote VCPKG detector to enabled by default (#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
grvillic authored Jul 17, 2024
1 parent 024e2a5 commit 13744ee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.ComponentDetection.Detectors.Vcpkg;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;

public class VcpkgComponentDetector : FileComponentDetector, IExperimentalDetector
public class VcpkgComponentDetector : FileComponentDetector
{
private readonly HashSet<string> projectRoots = new HashSet<string>();

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public static IServiceCollection AddComponentDetection(this IServiceCollection s
services.AddSingleton<IExperimentProcessor, DefaultExperimentProcessor>();
services.AddSingleton<IExperimentConfiguration, SimplePipExperiment>();
services.AddSingleton<IExperimentConfiguration, RustCliDetectorExperiment>();
services.AddSingleton<IExperimentConfiguration, VcpkgExperiment>();
services.AddSingleton<IExperimentConfiguration, GoDetectorReplaceExperiment>();
services.AddSingleton<IExperimentConfiguration, PipReportExperiment>();

Expand Down

0 comments on commit 13744ee

Please sign in to comment.