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