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