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