23 writes to StandardErrorCallback
aspire (23)
Certificates\CertificateService.cs (2)
33
StandardErrorCallback
= ensureCertificateCollector.AppendError,
46
StandardErrorCallback
= ensureCertificateCollector.AppendError,
Commands\AddCommand.cs (1)
167
StandardErrorCallback
= outputCollector.AppendError,
Commands\ExecCommand.cs (1)
169
StandardErrorCallback
= runOutputCollector.AppendError,
Commands\InitCommand.cs (8)
139
StandardErrorCallback
= initContext.GetSolutionProjectsOutputCollector.AppendError
282
StandardErrorCallback
= initContext.InstallTemplateOutputCollector.AppendError
310
StandardErrorCallback
= initContext.NewProjectOutputCollector.AppendError
365
StandardErrorCallback
= initContext.AddAppHostToSolutionOutputCollector.AppendError
391
StandardErrorCallback
= initContext.AddServiceDefaultsToSolutionOutputCollector.AppendError
423
StandardErrorCallback
= outputCollector.AppendError
457
StandardErrorCallback
= outputCollector.AppendError
524
StandardErrorCallback
= initContext.EvaluateSolutionProjectsOutputCollector.AppendError
Commands\PipelineCommandBase.cs (2)
174
StandardErrorCallback
= buildOutputCollector.AppendError,
199
StandardErrorCallback
= operationOutputCollector.AppendError,
Commands\RunCommand.cs (2)
150
StandardErrorCallback
= buildOutputCollector.AppendError,
182
StandardErrorCallback
= runOutputCollector.AppendError,
DotNet\DotNetCliRunner.cs (5)
197
options.
StandardErrorCallback
= (line) => {
384
options.
StandardErrorCallback
= (line) => {
1007
options.
StandardErrorCallback
= (line) =>
1078
options.
StandardErrorCallback
= (line) => {
1118
options.
StandardErrorCallback
= (line) => {
Templating\DotNetTemplateFactory.cs (2)
380
StandardErrorCallback
= templateInstallCollector.AppendOutput,
417
StandardErrorCallback
= newProjectCollector.AppendOutput,
12 references to StandardErrorCallback
aspire (6)
DotNet\DotNetCliRunner.cs (6)
196
var existingStandardErrorCallback = options.
StandardErrorCallback
; // Preserve the existing callback if it exists.
383
var existingStandardErrorCallback = options.
StandardErrorCallback
; // Preserve the existing callback if it exists.
617
options.
StandardErrorCallback
,
1006
var existingStandardErrorCallback = options.
StandardErrorCallback
; // Preserve the existing callback if it exists.
1077
var existingStandardErrorCallback = options.
StandardErrorCallback
; // Preserve the existing callback if it exists.
1117
var existingStandardErrorCallback = options.
StandardErrorCallback
;
Aspire.Cli.Tests (6)
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.");
Commands\InitCommandTests.cs (4)
84
Assert.NotNull(invocationOptions.
StandardErrorCallback
);
90
invocationOptions.
StandardErrorCallback
?.Invoke(testErrorMessage);
154
Assert.NotNull(invocationOptions.
StandardErrorCallback
);
160
invocationOptions.
StandardErrorCallback
?.Invoke(testErrorMessage);