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