2 references to HashString
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
Compression\ResolveCompressedAssets.cs (1)
191
var pathHash = FileHasher.
HashString
(asset.SourceId + asset.BasePath + asset.AssetKind + relativePath);
OverrideHtmlAssetPlaceholders.cs (1)
95
string outputPath = Path.Combine(OutputPath, FileHasher.
HashString
(item.ItemSpec) + item.GetMetadata("Extension"));