Implemented interface member:
property
SelectedAppHostPath
Aspire.Cli.Backchannel.IAuxiliaryBackchannelMonitor.SelectedAppHostPath
1 write to SelectedAppHostPath
Aspire.Cli.Tests (1)
TestServices\TestAuxiliaryBackchannelMonitor.cs (1)
40
SelectedAppHostPath
= null;
2 references to SelectedAppHostPath
Aspire.Cli.Tests (2)
TestServices\TestAuxiliaryBackchannelMonitor.cs (2)
28
if (!string.IsNullOrEmpty(
SelectedAppHostPath
))
32
string.Equals(Path.GetFullPath(c.AppHostInfo.AppHostPath), Path.GetFullPath(
SelectedAppHostPath
), StringComparison.OrdinalIgnoreCase));