3 implementations of SupportsV2
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
88public bool SupportsV2 => _capabilities.Contains(AuxiliaryBackchannelCapabilities.V2);
Aspire.Cli.Tests (2)
Commands\TerminalCommandTests.cs (1)
677public bool SupportsV2 => _inner.SupportsV2;
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
36public bool SupportsV2 { get; set; } = true;
2 references to SupportsV2
aspire (2)
Commands\AppHostLauncher.cs (1)
767if (connection.SupportsV2)
Commands\PsCommand.cs (1)
347if (connection.SupportsV2)