11 writes to Arguments
Aspire.Hosting (11)
Dcp\DcpDependencyCheck.cs (1)
65
Arguments
= arguments,
Dcp\DcpHost.cs (1)
186
Arguments
= arguments,
Publishing\DockerContainerRuntime.cs (5)
77
Arguments
= arguments,
150
Arguments
= "container ls -n 1",
185
Arguments
= "buildx version",
222
Arguments
= arguments,
263
Arguments
= arguments,
Publishing\PodmanContainerRuntime.cs (2)
48
Arguments
= arguments,
100
Arguments
= "container ls -n 1",
Publishing\ResourceContainerImageBuilder.cs (1)
286
Arguments
= arguments,
VersionChecking\PackageFetcher.cs (1)
31
Arguments
= $"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)
28
Arguments = processSpec.
Arguments
,
89
AspireEventSource.Instance.ProcessLaunchStart(processSpec.ExecutablePath, processSpec.
Arguments
?? "");
104
$"Command {processSpec.ExecutablePath} {processSpec.
Arguments
} returned non-zero exit code {process.ExitCode}"));
116
AspireEventSource.Instance.ProcessLaunchStop(processSpec.ExecutablePath, processSpec.
Arguments
?? "");
Publishing\DockerContainerRuntime.cs (5)
90
logger.LogInformation("Running Docker CLI with arguments: {ArgumentList}", spec.
Arguments
);
163
logger.LogInformation("Checking if Docker daemon is running with arguments: {ArgumentList}", dockerRunningSpec.
Arguments
);
198
logger.LogInformation("Checking Docker buildx with arguments: {ArgumentList}", buildxSpec.
Arguments
);
235
logger.LogInformation("Creating buildkit instance with arguments: {ArgumentList}", spec.
Arguments
);
276
logger.LogInformation("Removing buildkit instance with arguments: {ArgumentList}", spec.
Arguments
);
Publishing\PodmanContainerRuntime.cs (2)
61
logger.LogInformation("Running Podman CLI with arguments: {ArgumentList}", spec.
Arguments
);
113
logger.LogInformation("Running Podman CLI with arguments: {ArgumentList}", spec.
Arguments
);
Publishing\ResourceContainerImageBuilder.cs (1)
299
string.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
);