Implemented interface member:
property
SupportsV3
Aspire.Cli.Backchannel.IAppHostAuxiliaryBackchannel.SupportsV3
13 writes to SupportsV3
Aspire.Cli.Tests (13)
Commands\AppHostLauncherTests.cs (12)
138
SupportsV3
= true,
181
SupportsV3
= true,
230
SupportsV3
= true,
263
SupportsV3
= true,
292
SupportsV3
= true,
320
SupportsV3
= true,
348
SupportsV3
= true,
377
SupportsV3
= true,
406
SupportsV3
= true,
455
SupportsV3
= true,
557
SupportsV3
= false,
593
SupportsV3
= false,
Commands\LogsCommandTests.cs (1)
1233
connection.
SupportsV3
= true;
4 references to SupportsV3
Aspire.Cli.Tests (4)
Commands\TerminalCommandTests.cs (1)
677
public bool SupportsV3 => _inner.
SupportsV3
;
TestServices\TestAppHostAuxiliaryBackchannel.cs (3)
140
if (!
SupportsV3
)
240
if (
SupportsV3
&& GetConsoleLogBatchesHandler is not null)
249
var logLines = request.ResourceName is null && !
SupportsV3