6 writes to Arguments
Aspire.Hosting (6)
Dcp\DcpDependencyCheck.cs (1)
65Arguments = arguments,
Dcp\DcpHost.cs (1)
191Arguments = arguments,
Publishing\ContainerRuntimeBase.cs (1)
214Arguments = arguments,
Publishing\DockerContainerRuntime.cs (1)
91Arguments = arguments,
Publishing\ResourceContainerImageBuilder.cs (1)
300Arguments = arguments,
VersionChecking\PackageFetcher.cs (1)
31Arguments = $"package search {PackageId} --format json --prerelease --take {SearchPageSize}",
10 references to Arguments
Aspire.Hosting (10)
Dcp\DcpHost.cs (1)
197_logger.LogInformation("Starting DCP with arguments: {Arguments}", dcpProcessSpec.Arguments);
Dcp\Process\ProcessUtil.cs (4)
28Arguments = processSpec.Arguments, 90AspireEventSource.Instance.ProcessLaunchStart(processSpec.ExecutablePath, processSpec.Arguments ?? ""); 105$"Command {processSpec.ExecutablePath} {processSpec.Arguments} returned non-zero exit code {process.ExitCode}")); 117AspireEventSource.Instance.ProcessLaunchStop(processSpec.ExecutablePath, processSpec.Arguments ?? "");
Publishing\ContainerRuntimeBase.cs (2)
85_logger.LogInformation("Running {RuntimeName} with arguments: {ArgumentList}", Name, spec.Arguments); 134_logger.LogInformation("Running {RuntimeName} with arguments: {ArgumentList}", Name, spec.Arguments);
Publishing\DockerContainerRuntime.cs (1)
113Logger.LogInformation("Running Docker CLI with arguments: {ArgumentList}", spec.Arguments);
Publishing\ResourceContainerImageBuilder.cs (1)
313string.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);