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