6 references to ExecutablePath
Aspire.Hosting.Tests (1)
DistributedApplicationTests.cs (1)
2145builder.AddExecutable(executableResourceName, DotnetFileAppProcess.ExecutablePath, executableDir.FullName, DotnetFileAppProcess.CreateArguments(executableAppPath))
Aspire.Hosting.TestUtilities (5)
Utils\DotnetFileAppProcess.cs (5)
13public static string ResolvedExecutablePath { get; } = PathLookupHelper.FindFullPathFromPath(ExecutablePath) ?? ExecutablePath; 31return new ProcessCommandSpec(ExecutablePath) 51ExecutablePath = ExecutablePath, 68return new ProcessSpec(ExecutablePath)