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