Implemented interface member:
property
SelectedConnection
Aspire.Cli.Backchannel.IAuxiliaryBackchannelMonitor.SelectedConnection
4 references to SelectedConnection
Aspire.Cli.Tests (4)
Mcp\AppHostConnectionSelectionLogicTests.cs (4)
17Assert.Null(monitor.SelectedConnection); 33Assert.Same(outOfScope, monitor.SelectedConnection); 46var selected = monitor.SelectedConnection; 63Assert.Same(inScope, monitor.SelectedConnection);