12 references to GetLines
aspire (12)
Certificates\CertificateService.cs (1)
53interactionService.DisplayLines(ensureCertificateCollector.GetLines());
Commands\AddCommand.cs (2)
147_interactionService.DisplayLines(outputCollector.GetLines()); 179_interactionService.DisplayLines(outputCollector.GetLines());
Commands\NewCommand.cs (2)
162_interactionService.DisplayLines(templateInstallCollector.GetLines()); 189_interactionService.DisplayLines(newProjectCollector.GetLines());
Commands\PublishCommand.cs (3)
115_interactionService.DisplayLines(buildOutputCollector.GetLines()); 250_interactionService.DisplayLines(publishOutputCollector.GetLines()); 295_interactionService.DisplayLines(publishOutputCollector.GetLines());
Commands\RunCommand.cs (4)
105_interactionService.DisplayLines(buildOutputCollector.GetLines()); 248_interactionService.DisplayLines(runOutputCollector.GetLines()); 297_interactionService.DisplayLines(runOutputCollector.GetLines()); 303_interactionService.DisplayLines(runOutputCollector.GetLines());