2 references to ComputeHash
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
StaticWebAssetsGeneratePackManifest.cs (2)
80var dataHash = ComputeHash(data); 82var existingManifestHash = fileExists ? ComputeHash(File.ReadAllBytes(ManifestPath)) : "";