7 references to ResolveExecutablePath
Aspire.Hosting (2)
Dcp\Process\ProcessUtil.cs (1)
37? PathLookupHelper.ResolveExecutablePath(processSpec.ExecutablePath, processSpec.EnvironmentVariables)
src\Shared\PathLookupHelper.cs (1)
62resolvedExecutablePath = ResolveExecutablePath(executablePath, environmentVariables);
Aspire.Hosting.Tests (5)
PathLookupHelperTests.cs (5)
21var result = PathLookupHelper.ResolveExecutablePath( 31var exception = Assert.Throws<FileNotFoundException>(() => PathLookupHelper.ResolveExecutablePath( 60var result = PathLookupHelper.ResolveExecutablePath( 78var result = PathLookupHelper.ResolveExecutablePath( 98var result = PathLookupHelper.ResolveExecutablePath(