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