Implemented interface member:
property
Hash
Aspire.Cli.Backchannel.IAppHostAuxiliaryBackchannel.Hash
8 writes to Hash
Aspire.Cli.Tests (8)
Commands\AgentMcpCommandTests.cs (5)
137Hash = "test-apphost-hash", 205Hash = "test-apphost-hash", 280Hash = "test-apphost-hash", 395Hash = "test-apphost-hash", 477Hash = "test-apphost-hash",
Commands\AppHostLauncherTests.cs (1)
1229connection.Hash = hash;
Commands\PsCommandTests.cs (1)
137Hash = "test-hash-2",
Commands\StopCommandTests.cs (1)
1285Hash = $"hash-{processId.ToString(CultureInfo.InvariantCulture)}",
6 references to Hash
Aspire.Cli.Tests (6)
Commands\AgentMcpCommandTests.cs (5)
173ctx.BackchannelMonitor!.AddConnection(mockBackchannel.Hash, mockBackchannel.SocketPath, mockBackchannel); 246ctx.BackchannelMonitor!.AddConnection(mockBackchannel.Hash, mockBackchannel.SocketPath, mockBackchannel); 320ctx.BackchannelMonitor!.AddConnection(mockBackchannel.Hash, mockBackchannel.SocketPath, mockBackchannel); 426ctx.BackchannelMonitor!.AddConnection(mockBackchannel.Hash, mockBackchannel.SocketPath, mockBackchannel); 512ctx.BackchannelMonitor!.AddConnection(mockBackchannel.Hash, mockBackchannel.SocketPath, mockBackchannel);
Commands\TerminalCommandTests.cs (1)
671public string Hash => _inner.Hash;