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