10 writes to StandardErrorCallback
aspire (10)
Certificates\CertificateService.cs (2)
30StandardErrorCallback = ensureCertificateCollector.AppendError, 43StandardErrorCallback = ensureCertificateCollector.AppendError,
Commands\AddCommand.cs (1)
132StandardErrorCallback = outputCollector.AppendError,
Commands\NewCommand.cs (2)
153StandardErrorCallback = templateInstallCollector.AppendOutput, 176StandardErrorCallback = newProjectCollector.AppendOutput,
Commands\RunCommand.cs (2)
98StandardErrorCallback = buildOutputCollector.AppendError, 121StandardErrorCallback = runOutputCollector.AppendError,
DotNetCliRunner.cs (3)
123options.StandardErrorCallback = (line) => { 237options.StandardErrorCallback = (line) => { 628options.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. 627var existingStandardErrorCallback = options.StandardErrorCallback; // Preserve the existing callback if it exists.