16 references to GetLines
aspire (16)
Certificates\CertificateService.cs (1)
57interactionService.DisplayLines(ensureCertificateCollector.GetLines());
Commands\AddCommand.cs (2)
179_interactionService.DisplayLines(outputCollector.GetLines()); 205_interactionService.DisplayLines(outputCollector.GetLines());
Commands\ExecCommand.cs (4)
250_interactionService.DisplayLines(runOutputCollector.GetLines()); 261_interactionService.DisplayLines(runOutputCollector.GetLines()); 290_interactionService.DisplayLines(runOutputCollector.GetLines()); 296_interactionService.DisplayLines(runOutputCollector.GetLines());
Commands\PublishCommandBase.cs (3)
129_interactionService.DisplayLines(buildOutputCollector.GetLines()); 190_interactionService.DisplayLines(operationOutputCollector.GetLines()); 214_interactionService.DisplayLines(operationOutputCollector.GetLines());
Commands\RunCommand.cs (4)
144_interactionService.DisplayLines(buildOutputCollector.GetLines()); 191_interactionService.DisplayLines(runOutputCollector.GetLines()); 316_interactionService.DisplayLines(runOutputCollector.GetLines()); 322_interactionService.DisplayLines(runOutputCollector.GetLines());
Templating\DotNetTemplateFactory.cs (2)
262interactionService.DisplayLines(templateInstallCollector.GetLines()); 301interactionService.DisplayLines(newProjectCollector.GetLines());