Implemented interface member:
property
SupportsV2
Aspire.Cli.Backchannel.IAppHostAuxiliaryBackchannel.SupportsV2
9 writes to SupportsV2
Aspire.Cli.Tests (9)
Commands\AppHostLauncherTests.cs (6)
150new TestAppHostAuxiliaryBackchannel { SupportsV2 = false }, 165new TestAppHostAuxiliaryBackchannel { SupportsV2 = false }, 499SupportsV2 = true, 525SupportsV2 = true, 558SupportsV2 = true, 594SupportsV2 = true,
Commands\LogsCommandTests.cs (1)
1287connection.SupportsV2 = false;
Commands\PsCommandTests.cs (2)
270SupportsV2 = false, 437SupportsV2 = false,
2 references to SupportsV2
Aspire.Cli.Tests (2)
Commands\TerminalCommandTests.cs (1)
676public bool SupportsV2 => _inner.SupportsV2;
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
224var logLines = SupportsV2 && GetConsoleLogsHandler is not null