15 writes to StandardErrorCallback
aspire (15)
Certificates\CertificateService.cs (2)
33
StandardErrorCallback
= ensureCertificateCollector.AppendError,
46
StandardErrorCallback
= ensureCertificateCollector.AppendError,
Commands\AddCommand.cs (1)
161
StandardErrorCallback
= outputCollector.AppendError,
Commands\ExecCommand.cs (1)
163
StandardErrorCallback
= runOutputCollector.AppendError,
Commands\PublishCommandBase.cs (2)
142
StandardErrorCallback
= buildOutputCollector.AppendError,
165
StandardErrorCallback
= operationOutputCollector.AppendError,
Commands\RunCommand.cs (2)
152
StandardErrorCallback
= buildOutputCollector.AppendError,
190
StandardErrorCallback
= runOutputCollector.AppendError,
DotNet\DotNetCliRunner.cs (5)
193
options.
StandardErrorCallback
= (line) => {
364
options.
StandardErrorCallback
= (line) => {
979
options.
StandardErrorCallback
= (line) =>
1050
options.
StandardErrorCallback
= (line) => {
1090
options.
StandardErrorCallback
= (line) => {
Templating\DotNetTemplateFactory.cs (2)
300
StandardErrorCallback
= templateInstallCollector.AppendOutput,
337
StandardErrorCallback
= newProjectCollector.AppendOutput,
8 references to StandardErrorCallback
aspire (6)
DotNet\DotNetCliRunner.cs (6)
192
var existingStandardErrorCallback = options.
StandardErrorCallback
; // Preserve the existing callback if it exists.
363
var existingStandardErrorCallback = options.
StandardErrorCallback
; // Preserve the existing callback if it exists.
589
options.
StandardErrorCallback
,
978
var existingStandardErrorCallback = options.
StandardErrorCallback
; // Preserve the existing callback if it exists.
1049
var existingStandardErrorCallback = options.
StandardErrorCallback
; // Preserve the existing callback if it exists.
1089
var existingStandardErrorCallback = options.
StandardErrorCallback
;
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.");