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