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