4 references to Detect
aspire (2)
Utils\EnvironmentChecker\VsCodeExtensionCheck.cs (2)
60var detection = Detect(_environment, _executionContext.HomeDirectory, _commandResolver); 101=> Detect(environment, homeDirectory, PathLookupHelper.FindFullPathFromPath);
Aspire.Cli.Tests (2)
Commands\VsCodeExtensionCheckTests.cs (2)
163var detection = VsCodeExtensionCheck.Detect(environment, home, Resolver); 176var detection = VsCodeExtensionCheck.Detect(environment, home, _ => null);