12 writes to StandardErrorCallback
aspire (12)
Certificates\CertificateService.cs (2)
32StandardErrorCallback = ensureCertificateCollector.AppendError, 45StandardErrorCallback = ensureCertificateCollector.AppendError,
Commands\AddCommand.cs (1)
136StandardErrorCallback = outputCollector.AppendError,
Commands\PublishCommandBase.cs (2)
113StandardErrorCallback = buildOutputCollector.AppendError, 133StandardErrorCallback = operationOutputCollector.AppendError,
Commands\RunCommand.cs (2)
98StandardErrorCallback = buildOutputCollector.AppendError, 121StandardErrorCallback = runOutputCollector.AppendError,
DotNetCliRunner.cs (3)
155options.StandardErrorCallback = (line) => { 280options.StandardErrorCallback = (line) => { 686options.StandardErrorCallback = (line) => {
Templating\DotNetTemplateFactory.cs (2)
216StandardErrorCallback = templateInstallCollector.AppendOutput, 240StandardErrorCallback = newProjectCollector.AppendOutput,
3 references to StandardErrorCallback
aspire (3)
DotNetCliRunner.cs (3)
154var existingStandardErrorCallback = options.StandardErrorCallback; // Preserve the existing callback if it exists. 279var existingStandardErrorCallback = options.StandardErrorCallback; // Preserve the existing callback if it exists. 685var existingStandardErrorCallback = options.StandardErrorCallback; // Preserve the existing callback if it exists.