Implemented interface member:
property
SupportsV2
Aspire.Cli.Backchannel.IAppHostAuxiliaryBackchannel.SupportsV2
9 writes to SupportsV2
Aspire.Cli.Tests (9)
Commands\AppHostLauncherTests.cs (6)
98new TestAppHostAuxiliaryBackchannel { SupportsV2 = false }, 113new TestAppHostAuxiliaryBackchannel { SupportsV2 = false }, 485SupportsV2 = true, 511SupportsV2 = true, 544SupportsV2 = true, 580SupportsV2 = true,
Commands\LogsCommandTests.cs (1)
1287connection.SupportsV2 = false;
Commands\PsCommandTests.cs (2)
269SupportsV2 = false, 436SupportsV2 = false,
2 references to SupportsV2
Aspire.Cli.Tests (2)
Commands\TerminalCommandTests.cs (1)
677public bool SupportsV2 => _inner.SupportsV2;
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
235var logLines = SupportsV2 && GetConsoleLogsHandler is not null