13 writes to StandardErrorCallback
aspire (13)
Certificates\CertificateService.cs (2)
33
StandardErrorCallback
= ensureCertificateCollector.AppendError,
46
StandardErrorCallback
= ensureCertificateCollector.AppendError,
Commands\AddCommand.cs (1)
163
StandardErrorCallback
= outputCollector.AppendError,
Commands\ExecCommand.cs (1)
158
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) => {
297
options.
StandardErrorCallback
= (line) => {
752
options.
StandardErrorCallback
= (line) => {
Templating\DotNetTemplateFactory.cs (2)
241
StandardErrorCallback
= templateInstallCollector.AppendOutput,
278
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.
296
var existingStandardErrorCallback = options.
StandardErrorCallback
; // Preserve the existing callback if it exists.
751
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.");