4 writes to Lines
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
816
yield return new ResourceLogBatch {
Lines
= batch };
Aspire.Cli.Tests (3)
Commands\LogsCommandTests.cs (1)
1241
Lines
=
TestServices\TestAppHostAuxiliaryBackchannel.cs (2)
261
yield return new ResourceLogBatch {
Lines
= lines.ToArray() };
268
yield return new ResourceLogBatch {
Lines
= lines.ToArray() };
1 reference to Lines
aspire (1)
Commands\LogsCommand.cs (1)
425
foreach (var logLine in batch.
Lines
)