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