30 references to GetLines
aspire (25)
Certificates\CertificateService.cs (1)
57interactionService.DisplayLines(ensureCertificateCollector.GetLines());
Commands\AddCommand.cs (2)
183InteractionService.DisplayLines(outputCollector.GetLines()); 209InteractionService.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)
150InteractionService.DisplayLines(initContext.GetSolutionProjectsOutputCollector.GetLines()); 297InteractionService.DisplayLines(initContext.InstallTemplateOutputCollector.GetLines()); 324InteractionService.DisplayLines(initContext.NewProjectOutputCollector.GetLines()); 377InteractionService.DisplayLines(initContext.AddAppHostToSolutionOutputCollector.GetLines()); 403InteractionService.DisplayLines(initContext.AddServiceDefaultsToSolutionOutputCollector.GetLines()); 435InteractionService.DisplayLines(outputCollector.GetLines()); 469InteractionService.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)
157InteractionService.DisplayLines(buildOutputCollector.GetLines()); 232InteractionService.DisplayLines(runOutputCollector.GetLines()); 363InteractionService.DisplayLines(runOutputCollector.GetLines()); 369InteractionService.DisplayLines(runOutputCollector.GetLines());
Templating\DotNetTemplateFactory.cs (2)
402interactionService.DisplayLines(templateInstallCollector.GetLines()); 441interactionService.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();