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