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