28 references to AppendOutput
aspire (18)
Commands\DashboardRunCommand.cs (1)
403outputCollector.AppendOutput(line);
Profiling\ProfileCaptureService.cs (1)
95StandardOutputCallback = outputCollector.AppendOutput,
Projects\DotNetAppHostProject.cs (5)
1533StandardOutputCallback = runOutputCollector.AppendOutput, 1720StandardOutputCallback = buildOutputCollector.AppendOutput, 2382StandardOutputCallback = buildOutputCollector.AppendOutput, 2412StandardOutputCallback = runOutputCollector.AppendOutput, 2443StandardOutputCallback = outputCollector.AppendOutput,
Projects\DotNetBasedAppHostServerProject.cs (2)
550StandardOutputCallback = outputCollector.AppendOutput, 683outputCollector.AppendOutput(line);
Projects\GuestAppHostProject.cs (1)
1287target.AppendOutput(line);
Projects\PrebuiltAppHostServer.cs (2)
720StandardOutputCallback = buildOutput.AppendOutput, 1376outputCollector.AppendOutput(line);
Projects\ProcessGuestLauncher.cs (1)
92outputCollector.AppendOutput(line);
Templating\DotNetTemplateFactory.cs (2)
500StandardOutputCallback = newProjectCollector.AppendOutput, 501StandardErrorCallback = newProjectCollector.AppendOutput,
Templating\TemplateNuGetConfigService.cs (2)
446StandardOutputCallback = collector.AppendOutput, 447StandardErrorCallback = collector.AppendOutput,
Utils\EnvironmentChecker\DcpConnectionChecker.cs (1)
262StandardOutputCallback = output.AppendOutput,
Aspire.Cli.Tests (10)
Commands\RunCommandTests.cs (1)
1692outputCollector.AppendOutput("Build succeeded.");
Projects\PrebuiltAppHostServerTests.cs (5)
302output.AppendOutput(line); 314output.AppendOutput(line); 323output.AppendOutput("Program.cs(3,1): error CS0103: The name 'Foo' does not exist in the current context"); 333output.AppendOutput("IntegrationRestore.csproj : error NU1605: Advertencia como error: Degradación del paquete detectada: Aspire.Hosting de 13.6.0-dev a 13.5.0."); 345output.AppendOutput("Program.cs(3,1): error CS0103: The name 'Foo' does not exist in the current context");
Utils\OutputCollectorTests.cs (4)
30collector.AppendOutput($"stdout-thread{threadId}-line{j}"); 59collector.AppendOutput("initial line"); 63collector.AppendOutput("added after snapshot"); 93collector.AppendOutput($"line {i}");