6 references to Command
aspire (6)
Projects\GuestAppHostProject.cs (1)
1113
runtimeSpec.Execute.
Command
,
Projects\GuestRuntime.cs (5)
55
var command = FindCommand(_spec.InstallDependencies.
Command
);
58
_logger.LogError("Command '{Command}' not found in PATH", _spec.InstallDependencies.
Command
);
152
var command = FindCommand(commandSpec.
Command
);
155
_logger.LogError("Command '{Command}' not found in PATH", commandSpec.
Command
);
157
output.AppendError($"Command '{commandSpec.
Command
}' not found. Please ensure it is installed and in your PATH.");