13 writes to StandardErrorCallback
aspire (13)
Certificates\CertificateService.cs (2)
33
StandardErrorCallback
= ensureCertificateCollector.AppendError,
46
StandardErrorCallback
= ensureCertificateCollector.AppendError,
Commands\AddCommand.cs (1)
147
StandardErrorCallback
= outputCollector.AppendError,
Commands\ExecCommand.cs (1)
154
StandardErrorCallback
= runOutputCollector.AppendError,
Commands\PublishCommandBase.cs (2)
125
StandardErrorCallback
= buildOutputCollector.AppendError,
145
StandardErrorCallback
= operationOutputCollector.AppendError,
Commands\RunCommand.cs (2)
128
StandardErrorCallback
= buildOutputCollector.AppendError,
156
StandardErrorCallback
= runOutputCollector.AppendError,
DotNet\DotNetCliRunner.cs (3)
167
options.
StandardErrorCallback
= (line) => {
296
options.
StandardErrorCallback
= (line) => {
743
options.
StandardErrorCallback
= (line) => {
Templating\DotNetTemplateFactory.cs (2)
238
StandardErrorCallback
= templateInstallCollector.AppendOutput,
262
StandardErrorCallback
= newProjectCollector.AppendOutput,
5 references to StandardErrorCallback
aspire (3)
DotNet\DotNetCliRunner.cs (3)
166
var existingStandardErrorCallback = options.
StandardErrorCallback
; // Preserve the existing callback if it exists.
295
var existingStandardErrorCallback = options.
StandardErrorCallback
; // Preserve the existing callback if it exists.
742
var existingStandardErrorCallback = options.
StandardErrorCallback
; // Preserve the existing callback if it exists.
Aspire.Cli.Tests (2)
Certificates\CertificateServiceTests.cs (2)
26
Assert.NotNull(options.
StandardErrorCallback
);
27
options.
StandardErrorCallback
!.Invoke("There was an error trusting the HTTPS developer certificate. It will be trusted by some clients but not by others.");