Implemented interface member:
property
SelectedAppHostPath
Aspire.Cli.Backchannel.IAuxiliaryBackchannelMonitor.SelectedAppHostPath
3 writes to SelectedAppHostPath
Aspire.Cli.Tests (3)
Mcp\AppHostConnectionSelectionLogicTests.cs (2)
31monitor.SelectedAppHostPath = "C:/other/AppHost2"; 44monitor.SelectedAppHostPath = "C:/missing/AppHost";
TestServices\TestAuxiliaryBackchannelMonitor.cs (1)
40SelectedAppHostPath = null;
3 references to SelectedAppHostPath
Aspire.Cli.Tests (3)
Mcp\AppHostConnectionSelectionLogicTests.cs (1)
49Assert.Null(monitor.SelectedAppHostPath);
TestServices\TestAuxiliaryBackchannelMonitor.cs (2)
28if (!string.IsNullOrEmpty(SelectedAppHostPath)) 32string.Equals(Path.GetFullPath(c.AppHostInfo.AppHostPath), Path.GetFullPath(SelectedAppHostPath), StringComparison.OrdinalIgnoreCase));