2 implementations of Output
aspire (1)
Projects\AppHostServerSession.cs (1)
109public OutputCollector? Output => _output;
Aspire.Cli.Tests (1)
TestServices\FakeAppHostServerSession.cs (1)
37public OutputCollector? Output { get; } = new();
4 references to Output
aspire (4)
Projects\GuestAppHostProject.cs (4)
537_interactionService.DisplayLines(serverSession.Output!.GetLines()); 543var appHostServerOutputCollector = serverSession.Output!; 1166_interactionService.DisplayLines(serverSession.Output!.GetLines()); 1182var appHostServerOutputCollector = serverSession.Output!;