1 write to ExecutablePath
Aspire.Hosting (1)
Dcp\Process\ProcessSpec.cs (1)
28ExecutablePath = executablePath;
10 references to ExecutablePath
Aspire.Hosting (3)
Dcp\Process\ProcessUtil.cs (3)
37? PathLookupHelper.ResolveExecutablePath(processSpec.ExecutablePath, processSpec.EnvironmentVariables) 38: processSpec.ExecutablePath; 156var message = $"Command {processSpec.ExecutablePath} {FormatProcessArgumentsForDisplay(processSpec)} returned non-zero exit code {process.ExitCode}";
Aspire.Hosting.Tests (7)
WithProcessCommandTests.cs (7)
132Assert.Equal("export-command-executable", processSpec.ExecutablePath); 198Assert.Equal("options-callback-executable", processSpec.ExecutablePath); 280Assert.Equal("factory-command-executable", processSpec.ExecutablePath); 536Assert.Equal("test-command-1", processSpec.ExecutablePath); 541Assert.Equal("test-command-2", processSpec.ExecutablePath); 949Assert.Equal("test-command-name", processSpec.ExecutablePath); 1095Assert.Equal("export-executable", processSpec.ExecutablePath);