34 references to GetLines
aspire (29)
Certificates\CertificateService.cs (1)
123interactionService.DisplayLines(collector.GetLines());
Commands\AddCommand.cs (2)
219InteractionService.DisplayLines(outputCollector.GetLines()); 247InteractionService.DisplayLines(outputCollector.GetLines());
Commands\ExecCommand.cs (4)
256InteractionService.DisplayLines(runOutputCollector.GetLines()); 267InteractionService.DisplayLines(runOutputCollector.GetLines()); 301InteractionService.DisplayLines(runOutputCollector.GetLines()); 309InteractionService.DisplayLines(runOutputCollector.GetLines());
Commands\InitCommand.cs (7)
208InteractionService.DisplayLines(initContext.GetSolutionProjectsOutputCollector.GetLines()); 355InteractionService.DisplayLines(initContext.InstallTemplateOutputCollector.GetLines()); 382InteractionService.DisplayLines(initContext.NewProjectOutputCollector.GetLines()); 435InteractionService.DisplayLines(initContext.AddAppHostToSolutionOutputCollector.GetLines()); 461InteractionService.DisplayLines(initContext.AddServiceDefaultsToSolutionOutputCollector.GetLines()); 493InteractionService.DisplayLines(outputCollector.GetLines()); 527InteractionService.DisplayLines(outputCollector.GetLines());
Commands\PipelineCommandBase.cs (4)
224InteractionService.DisplayLines(outputCollector.GetLines()); 278InteractionService.DisplayLines(outputCollector.GetLines()); 291InteractionService.DisplayLines(outputCollector.GetLines()); 304InteractionService.DisplayLines(outputCollector.GetLines());
Commands\RunCommand.cs (1)
267InteractionService.DisplayLines(outputCollector.GetLines());
Commands\Sdk\SdkDumpCommand.cs (1)
154foreach (var (_, line) in buildOutput.GetLines())
Commands\Sdk\SdkGenerateCommand.cs (1)
156foreach (var (_, line) in buildOutput.GetLines())
Projects\GuestAppHostProject.cs (5)
196_interactionService.DisplayLines(buildOutput.GetLines()); 368_interactionService.DisplayLines(appHostServerOutputCollector.GetLines()); 429_interactionService.DisplayLines(guestOutput.GetLines()); 623_interactionService.DisplayLines(appHostServerOutputCollector.GetLines()); 682_interactionService.DisplayLines(guestOutput.GetLines());
Scaffolding\ScaffoldingService.cs (1)
81_interactionService.DisplayLines(prepareResult.Output.GetLines());
Templating\DotNetTemplateFactory.cs (2)
444interactionService.DisplayLines(templateInstallCollector.GetLines()); 483interactionService.DisplayLines(newProjectCollector.GetLines());
Aspire.Cli.Tests (5)
Utils\OutputCollectorTests.cs (5)
43var lines = collector.GetLines().ToList(); 62var snapshot = collector.GetLines().ToList(); 71var newSnapshot = collector.GetLines().ToList(); 84_ = collector.GetLines().ToList(); 102var finalLines = collector.GetLines().ToList();