Implemented interface member:
property
SelectedAppHostPath
Aspire.Cli.Backchannel.IAuxiliaryBackchannelMonitor.SelectedAppHostPath
4 writes to SelectedAppHostPath
Aspire.Cli.Tests (4)
Mcp\AppHostConnectionSelectionLogicTests.cs (3)
31monitor.SelectedAppHostPath = "C:/other/AppHost2"; 44monitor.SelectedAppHostPath = "C:/missing/AppHost"; 88monitor.SelectedAppHostPath = secondPath;
TestServices\TestAuxiliaryBackchannelMonitor.cs (1)
62SelectedAppHostPath = selectedAppHostPath;
4 references to SelectedAppHostPath
Aspire.Cli.Tests (4)
Mcp\AppHostConnectionSelectionLogicTests.cs (1)
49Assert.Null(monitor.SelectedAppHostPath);
Mcp\SelectAppHostToolTests.cs (2)
68Assert.Equal(canonicalPath, monitor.SelectedAppHostPath); 76Assert.Null(monitor.SelectedAppHostPath);
TestServices\TestAuxiliaryBackchannelMonitor.cs (1)
60var selectedAppHostPath = SelectedAppHostPath;