13 writes to StandardOutputCallback
aspire (13)
Certificates\CertificateService.cs (2)
29StandardOutputCallback = ensureCertificateCollector.AppendOutput, 42StandardOutputCallback = ensureCertificateCollector.AppendOutput,
Commands\AddCommand.cs (1)
132StandardOutputCallback = outputCollector.AppendOutput,
Commands\PublishCommand.cs (2)
104StandardOutputCallback = buildOutputCollector.AppendOutput, 126StandardOutputCallback = publishOutputCollector.AppendOutput,
Commands\RunCommand.cs (2)
94StandardOutputCallback = buildOutputCollector.AppendOutput, 117StandardOutputCallback = runOutputCollector.AppendOutput,
DotNetCliRunner.cs (4)
56options.StandardOutputCallback = (line) => { 116options.StandardOutputCallback = (line) => { 230options.StandardOutputCallback = (line) => { 629options.StandardOutputCallback = (line) => {
Templating\DotNetTemplateFactory.cs (2)
213StandardOutputCallback = templateInstallCollector.AppendOutput, 237StandardOutputCallback = newProjectCollector.AppendOutput,
6 references to StandardOutputCallback
aspire (6)
DotNetCliRunner.cs (6)
55var existingStandardOutputCallback = options.StandardOutputCallback; // Preserve the existing callback if it exists. 115var existingStandardOutputCallback = options.StandardOutputCallback; // Preserve the existing callback if it exists. 229var existingStandardOutputCallback = options.StandardOutputCallback; // Preserve the existing callback if it exists. 406options.StandardOutputCallback, 415options.StandardOutputCallback, 628var existingStandardOutputCallback = options.StandardOutputCallback; // Preserve the existing callback if it exists.