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