3 implementations of Hash
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
75
public string
Hash
{ get; private set; }
Aspire.Cli.Tests (2)
Commands\TerminalCommandTests.cs (1)
671
public string
Hash
=> _inner.Hash;
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
20
public string
Hash
{ get; set; } = "test-hash";