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