6 references to Hash
aspire (2)
Certificates\NativeCertificateToolRunner.cs (1)
246var hash = Convert.ToHexString(XxHash128.Hash(pemContents)).ToLowerInvariant();
Projects\GuestAppHostProject.cs (1)
2255var bundleHash = Convert.ToHexString(XxHash128.Hash(bundleContents)).ToLowerInvariant();
Aspire.Cli.Tests (2)
Certificates\NativeCertificateToolRunnerTests.cs (1)
98var hash = Convert.ToHexString(XxHash128.Hash(pemBytes)).ToLowerInvariant();
Projects\GuestAppHostProjectTests.cs (1)
1656var expectedHash = Convert.ToHexString(XxHash128.Hash(expectedBundleContents)).ToLowerInvariant();
Aspire.Hosting.Foundry (1)
HostedAgent\AzureHostedAgentResource.cs (1)
295byte[] hash = XxHash128.Hash(
Microsoft.DotNet.Cli.Utils (1)
Uuid.cs (1)
31var hashResult = XxHash128.Hash(streamToHash); // This is just used for generating a named pipe so we don't need a cryptographic hash