5 references to ComputeHash
aspire (3)
src\Shared\BackchannelConstants.cs (3)
147/// Returns <c>null</c> when the legacy hash would be identical to <see cref="ComputeHash"/>. 158var currentHash = ComputeHash(appHostPath); 199var currentHash = ComputeHash(appHostPath);
Aspire.Cli.Tests (2)
Backchannel\BackchannelConstantsTests.cs (2)
506Assert.Equal(BackchannelConstants.ComputeHash(upper), BackchannelConstants.ComputeHash(mixed));