21 references to GetLines
aspire (16)
Certificates\CertificateService.cs (1)
57interactionService.DisplayLines(ensureCertificateCollector.GetLines());
Commands\AddCommand.cs (2)
177InteractionService.DisplayLines(outputCollector.GetLines()); 203InteractionService.DisplayLines(outputCollector.GetLines());
Commands\ExecCommand.cs (4)
254InteractionService.DisplayLines(runOutputCollector.GetLines()); 265InteractionService.DisplayLines(runOutputCollector.GetLines()); 294InteractionService.DisplayLines(runOutputCollector.GetLines()); 300InteractionService.DisplayLines(runOutputCollector.GetLines());
Commands\PublishCommandBase.cs (3)
151InteractionService.DisplayLines(buildOutputCollector.GetLines()); 214InteractionService.DisplayLines(operationOutputCollector.GetLines()); 238InteractionService.DisplayLines(operationOutputCollector.GetLines());
Commands\RunCommand.cs (4)
164InteractionService.DisplayLines(buildOutputCollector.GetLines()); 239InteractionService.DisplayLines(runOutputCollector.GetLines()); 364InteractionService.DisplayLines(runOutputCollector.GetLines()); 370InteractionService.DisplayLines(runOutputCollector.GetLines());
Templating\DotNetTemplateFactory.cs (2)
322interactionService.DisplayLines(templateInstallCollector.GetLines()); 361interactionService.DisplayLines(newProjectCollector.GetLines());
Aspire.Cli.Tests (5)
Utils\OutputCollectorTests.cs (5)
42var lines = collector.GetLines().ToList(); 61var snapshot = collector.GetLines().ToList(); 70var newSnapshot = collector.GetLines().ToList(); 83_ = collector.GetLines().ToList(); 101var finalLines = collector.GetLines().ToList();