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