2 writes to Arguments
Aspire.Hosting (2)
Dcp\DcpDependencyCheck.cs (1)
68Arguments = arguments,
Dcp\DcpHostService.cs (1)
168Arguments = arguments,
5 references to Arguments
Aspire.Hosting (5)
Dcp\DcpHostService.cs (1)
174_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 ?? "");