30 references to GetLines
aspire (25)
Certificates\CertificateService.cs (1)
57interactionService.DisplayLines(ensureCertificateCollector.GetLines());
Commands\AddCommand.cs (2)
190InteractionService.DisplayLines(outputCollector.GetLines()); 216InteractionService.DisplayLines(outputCollector.GetLines());
Commands\ExecCommand.cs (4)
260InteractionService.DisplayLines(runOutputCollector.GetLines()); 271InteractionService.DisplayLines(runOutputCollector.GetLines()); 300InteractionService.DisplayLines(runOutputCollector.GetLines()); 306InteractionService.DisplayLines(runOutputCollector.GetLines());
Commands\InitCommand.cs (7)
167InteractionService.DisplayLines(initContext.GetSolutionProjectsOutputCollector.GetLines()); 314InteractionService.DisplayLines(initContext.InstallTemplateOutputCollector.GetLines()); 341InteractionService.DisplayLines(initContext.NewProjectOutputCollector.GetLines()); 394InteractionService.DisplayLines(initContext.AddAppHostToSolutionOutputCollector.GetLines()); 420InteractionService.DisplayLines(initContext.AddServiceDefaultsToSolutionOutputCollector.GetLines()); 452InteractionService.DisplayLines(outputCollector.GetLines()); 486InteractionService.DisplayLines(outputCollector.GetLines());
Commands\PipelineCommandBase.cs (5)
185InteractionService.DisplayLines(buildOutputCollector.GetLines()); 253InteractionService.DisplayLines(operationOutputCollector.GetLines()); 264InteractionService.DisplayLines(operationOutputCollector.GetLines()); 299InteractionService.DisplayLines(operationOutputCollector.GetLines()); 307InteractionService.DisplayLines(operationOutputCollector.GetLines());
Commands\RunCommand.cs (4)
181InteractionService.DisplayLines(buildOutputCollector.GetLines()); 256InteractionService.DisplayLines(runOutputCollector.GetLines()); 387InteractionService.DisplayLines(runOutputCollector.GetLines()); 393InteractionService.DisplayLines(runOutputCollector.GetLines());
Templating\DotNetTemplateFactory.cs (2)
433interactionService.DisplayLines(templateInstallCollector.GetLines()); 472interactionService.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();