Implemented interface member:
property
SupportsV3
Aspire.Cli.Backchannel.IAppHostAuxiliaryBackchannel.SupportsV3
16 writes to SupportsV3
Aspire.Cli.Tests (16)
Commands\AppHostLauncherTests.cs (15)
86
SupportsV3
= true,
129
SupportsV3
= true,
178
SupportsV3
= true,
211
SupportsV3
= true,
240
SupportsV3
= true,
275
SupportsV3
= true,
306
SupportsV3
= true,
334
SupportsV3
= true,
363
SupportsV3
= true,
392
SupportsV3
= true,
441
SupportsV3
= true,
543
SupportsV3
= false,
579
SupportsV3
= false,
823
SupportsV3
= true,
856
SupportsV3
= true,
Commands\LogsCommandTests.cs (1)
1233
connection.
SupportsV3
= true;
4 references to SupportsV3
Aspire.Cli.Tests (4)
Commands\TerminalCommandTests.cs (1)
678
public bool SupportsV3 => _inner.
SupportsV3
;
TestServices\TestAppHostAuxiliaryBackchannel.cs (3)
151
if (!
SupportsV3
)
251
if (
SupportsV3
&& GetConsoleLogBatchesHandler is not null)
260
var logLines = request.ResourceName is null && !
SupportsV3