6 references to InstallDependencies
aspire (6)
Projects\GuestRuntime.cs (6)
49
if (_spec.
InstallDependencies
is null)
55
var command = FindCommand(_spec.
InstallDependencies
.Command);
58
_logger.LogError("Command '{Command}' not found in PATH", _spec.
InstallDependencies
.Command);
62
var args = ReplacePlaceholders(_spec.
InstallDependencies
.Args, null, directory, null);
83
if (_spec.
InstallDependencies
.EnvironmentVariables is not null)
85
foreach (var (key, value) in _spec.
InstallDependencies
.EnvironmentVariables)