2 references to ComputeFileHash
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
ServiceWorker\GenerateServiceWorkerAssetsManifest.cs (2)
101var contentHash = ComputeFileHash(content); 103var existingManifestHash = fileExists ? ComputeFileHash(File.ReadAllText(OutputPath)) : "";