15 writes to Arguments
Aspire.Hosting (15)
Dcp\DcpDependencyCheck.cs (1)
65Arguments = arguments,
Dcp\DcpHost.cs (1)
191Arguments = arguments,
Publishing\DockerContainerRuntime.cs (7)
77Arguments = arguments, 153Arguments = "container ls -n 1", 188Arguments = "buildx version", 225Arguments = arguments, 266Arguments = arguments, 307Arguments = arguments, 345Arguments = arguments,
Publishing\PodmanContainerRuntime.cs (4)
48Arguments = arguments, 100Arguments = "container ls -n 1", 143Arguments = arguments, 181Arguments = arguments,
Publishing\ResourceContainerImageBuilder.cs (1)
301Arguments = arguments,
VersionChecking\PackageFetcher.cs (1)
31Arguments = $"package search {PackageId} --format json --prerelease --take {SearchPageSize}",
18 references to Arguments
Aspire.Hosting (18)
Dcp\DcpHost.cs (1)
197_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 (7)
90logger.LogInformation("Running Docker CLI with arguments: {ArgumentList}", spec.Arguments); 166logger.LogInformation("Checking if Docker daemon is running with arguments: {ArgumentList}", dockerRunningSpec.Arguments); 201logger.LogInformation("Checking Docker buildx with arguments: {ArgumentList}", buildxSpec.Arguments); 238logger.LogInformation("Creating buildkit instance with arguments: {ArgumentList}", spec.Arguments); 279logger.LogInformation("Removing buildkit instance with arguments: {ArgumentList}", spec.Arguments); 320logger.LogInformation("Running Docker tag with arguments: {ArgumentList}", spec.Arguments); 358logger.LogInformation("Running Docker push with arguments: {ArgumentList}", spec.Arguments);
Publishing\PodmanContainerRuntime.cs (4)
61logger.LogInformation("Running Podman CLI with arguments: {ArgumentList}", spec.Arguments); 113logger.LogInformation("Running Podman CLI with arguments: {ArgumentList}", spec.Arguments); 156logger.LogInformation("Running Podman tag with arguments: {ArgumentList}", spec.Arguments); 194logger.LogInformation("Running Podman push with arguments: {ArgumentList}", spec.Arguments);
Publishing\ResourceContainerImageBuilder.cs (1)
314string.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);