3 references to ResolveExecutablePath
aspire (2)
DotNet\DotNetSdkInstaller.cs (1)
125PathLookupHelper.ResolveExecutablePath(environment.IsWindows() ? "dotnet.exe" : "dotnet");
src\Shared\PathLookupHelper.cs (1)
62resolvedExecutablePath = ResolveExecutablePath(executablePath, environmentVariables);
Aspire.Cli.Tests (1)
Projects\GuestRuntimeTests.cs (1)
997var resolvedDotNet = PathLookupHelper.ResolveExecutablePath("dotnet");