12 writes to StandardErrorCallback
aspire (12)
Certificates\CertificateService.cs (2)
30StandardErrorCallback = ensureCertificateCollector.AppendError, 43StandardErrorCallback = ensureCertificateCollector.AppendError,
Commands\AddCommand.cs (1)
132StandardErrorCallback = outputCollector.AppendError,
Commands\NewCommand.cs (2)
155StandardErrorCallback = templateInstallCollector.AppendOutput, 178StandardErrorCallback = newProjectCollector.AppendOutput,
Commands\PublishCommand.cs (2)
105StandardErrorCallback = buildOutputCollector.AppendError, 127StandardErrorCallback = publishOutputCollector.AppendError,
Commands\RunCommand.cs (2)
95StandardErrorCallback = buildOutputCollector.AppendError, 118StandardErrorCallback = runOutputCollector.AppendError,
DotNetCliRunner.cs (3)
123options.StandardErrorCallback = (line) => { 237options.StandardErrorCallback = (line) => { 636options.StandardErrorCallback = (line) => {
3 references to StandardErrorCallback
aspire (3)
DotNetCliRunner.cs (3)
122var existingStandardErrorCallback = options.StandardErrorCallback; // Preserve the existing callback if it exists. 236var existingStandardErrorCallback = options.StandardErrorCallback; // Preserve the existing callback if it exists. 635var existingStandardErrorCallback = options.StandardErrorCallback; // Preserve the existing callback if it exists.