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