11 writes to Arguments
Aspire.Hosting (11)
Dcp\DcpDependencyCheck.cs (1)
65Arguments = arguments,
Dcp\DcpHost.cs (1)
186Arguments = arguments,
Publishing\DockerContainerRuntime.cs (5)
77Arguments = arguments, 150Arguments = "container ls -n 1", 185Arguments = "buildx version", 222Arguments = arguments, 263Arguments = arguments,
Publishing\PodmanContainerRuntime.cs (2)
48Arguments = arguments, 100Arguments = "container ls -n 1",
Publishing\ResourceContainerImageBuilder.cs (1)
286Arguments = arguments,
VersionChecking\PackageFetcher.cs (1)
31Arguments = $"package search {PackageId} --format json --prerelease --take {SearchPageSize}",
14 references to Arguments
Aspire.Hosting (14)
Dcp\DcpHost.cs (1)
192_logger.LogInformation("Starting DCP with arguments: {Arguments}", dcpProcessSpec.Arguments);
Dcp\Process\ProcessUtil.cs (4)
28Arguments = processSpec.Arguments, 89AspireEventSource.Instance.ProcessLaunchStart(processSpec.ExecutablePath, processSpec.Arguments ?? ""); 104$"Command {processSpec.ExecutablePath} {processSpec.Arguments} returned non-zero exit code {process.ExitCode}")); 116AspireEventSource.Instance.ProcessLaunchStop(processSpec.ExecutablePath, processSpec.Arguments ?? "");
Publishing\DockerContainerRuntime.cs (5)
90logger.LogInformation("Running Docker CLI with arguments: {ArgumentList}", spec.Arguments); 163logger.LogInformation("Checking if Docker daemon is running with arguments: {ArgumentList}", dockerRunningSpec.Arguments); 198logger.LogInformation("Checking Docker buildx with arguments: {ArgumentList}", buildxSpec.Arguments); 235logger.LogInformation("Creating buildkit instance with arguments: {ArgumentList}", spec.Arguments); 276logger.LogInformation("Removing buildkit instance with arguments: {ArgumentList}", spec.Arguments);
Publishing\PodmanContainerRuntime.cs (2)
61logger.LogInformation("Running Podman CLI with arguments: {ArgumentList}", spec.Arguments); 113logger.LogInformation("Running Podman CLI with arguments: {ArgumentList}", spec.Arguments);
Publishing\ResourceContainerImageBuilder.cs (1)
299string.Join(" ", spec.Arguments)
VersionChecking\PackageFetcher.cs (1)
46_logger.LogDebug("Running dotnet CLI to check for latest version of {PackageId} with arguments: {ArgumentList}", PackageId, spec.Arguments);