6 writes to Arguments
Aspire.Hosting (6)
Dcp\DcpDependencyCheck.cs (1)
65
Arguments
= arguments,
Dcp\DcpHost.cs (1)
191
Arguments
= arguments,
Publishing\ContainerRuntimeBase.cs (1)
214
Arguments
= arguments,
Publishing\DockerContainerRuntime.cs (1)
91
Arguments
= arguments,
Publishing\ResourceContainerImageBuilder.cs (1)
300
Arguments
= arguments,
VersionChecking\PackageFetcher.cs (1)
31
Arguments
= $"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)
28
Arguments = processSpec.
Arguments
,
90
AspireEventSource.Instance.ProcessLaunchStart(processSpec.ExecutablePath, processSpec.
Arguments
?? "");
105
$"Command {processSpec.ExecutablePath} {processSpec.
Arguments
} returned non-zero exit code {process.ExitCode}"));
117
AspireEventSource.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)
113
Logger.LogInformation("Running Docker CLI with arguments: {ArgumentList}", spec.
Arguments
);
Publishing\ResourceContainerImageBuilder.cs (1)
313
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
);