Skip to content

Commit 6be4cfc

Browse files
committed
Fix missing property
1 parent d28ed49 commit 6be4cfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Aspire.Cli.Tests/Mcp/MockPackagingService.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ internal sealed class MockAuxiliaryBackchannelMonitor : IAuxiliaryBackchannelMon
6969

7070
public AppHostConnection? SelectedConnection => null;
7171

72+
public event Action? SelectedAppHostChanged;
73+
7274
public IReadOnlyList<AppHostConnection> GetConnectionsForWorkingDirectory(DirectoryInfo workingDirectory)
7375
{
7476
// Return empty list by default (no in-scope AppHosts)

0 commit comments

Comments
 (0)