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