15 writes to StandardErrorCallback
aspire (15)
Certificates\CertificateService.cs (2)
33StandardErrorCallback = ensureCertificateCollector.AppendError, 46StandardErrorCallback = ensureCertificateCollector.AppendError,
Commands\AddCommand.cs (1)
161StandardErrorCallback = outputCollector.AppendError,
Commands\ExecCommand.cs (1)
163StandardErrorCallback = runOutputCollector.AppendError,
Commands\PublishCommandBase.cs (2)
142StandardErrorCallback = buildOutputCollector.AppendError, 165StandardErrorCallback = operationOutputCollector.AppendError,
Commands\RunCommand.cs (2)
152StandardErrorCallback = buildOutputCollector.AppendError, 190StandardErrorCallback = runOutputCollector.AppendError,
DotNet\DotNetCliRunner.cs (5)
193options.StandardErrorCallback = (line) => { 364options.StandardErrorCallback = (line) => { 979options.StandardErrorCallback = (line) => 1050options.StandardErrorCallback = (line) => { 1090options.StandardErrorCallback = (line) => {
Templating\DotNetTemplateFactory.cs (2)
300StandardErrorCallback = templateInstallCollector.AppendOutput, 337StandardErrorCallback = newProjectCollector.AppendOutput,
8 references to StandardErrorCallback
aspire (6)
DotNet\DotNetCliRunner.cs (6)
192var existingStandardErrorCallback = options.StandardErrorCallback; // Preserve the existing callback if it exists. 363var existingStandardErrorCallback = options.StandardErrorCallback; // Preserve the existing callback if it exists. 589options.StandardErrorCallback, 978var existingStandardErrorCallback = options.StandardErrorCallback; // Preserve the existing callback if it exists. 1049var existingStandardErrorCallback = options.StandardErrorCallback; // Preserve the existing callback if it exists. 1089var existingStandardErrorCallback = options.StandardErrorCallback;
Aspire.Cli.Tests (2)
Certificates\CertificateServiceTests.cs (2)
26Assert.NotNull(options.StandardErrorCallback); 27options.StandardErrorCallback!.Invoke("There was an error trusting the HTTPS developer certificate. It will be trusted by some clients but not by others.");