We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28ed49 commit 6be4cfcCopy full SHA for 6be4cfc
tests/Aspire.Cli.Tests/Mcp/MockPackagingService.cs
@@ -69,6 +69,8 @@ internal sealed class MockAuxiliaryBackchannelMonitor : IAuxiliaryBackchannelMon
69
70
public AppHostConnection? SelectedConnection => null;
71
72
+ public event Action? SelectedAppHostChanged;
73
+
74
public IReadOnlyList<AppHostConnection> GetConnectionsForWorkingDirectory(DirectoryInfo workingDirectory)
75
{
76
// Return empty list by default (no in-scope AppHosts)
0 commit comments