4 references to HashEquals
Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests (2)
ServiceWorkerAssert.cs (1)
53new FileInfo(filePath).Should().HashEquals(expectedHash);
WasmPublishIntegrationTestBase.cs (1)
57new FileInfo(Path.Combine(testAsset.TestRoot, relativePath)).Should().HashEquals(ParseWebFormattedHash(hash));
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (2)
ServiceWorkerAssert.cs (1)
53new FileInfo(filePath).Should().HashEquals(expectedHash);
WasmPublishIntegrationTestBase.cs (1)
57new FileInfo(Path.Combine(testAsset.TestRoot, relativePath)).Should().HashEquals(ParseWebFormattedHash(hash));