4 writes to Hash
Microsoft.Build.Tasks.UnitTests (4)
VerifyFileHash_Tests.cs (4)
53
Hash
= "xyz",
72
Hash
= "xyz",
94
Hash
= hash,
114
Hash
= testBinary.FileHash,
3 references to Hash
Microsoft.Build.Tasks.Core (3)
FileIO\VerifyFileHash.cs (3)
35
/// The encoding format of <see cref="
Hash
"/>. Defaults to "hex".
71
if (!string.Equals(actualHash,
Hash
, comparison))
73
Log.LogErrorWithCodeFromResources("VerifyFileHash.HashMismatch", filePath.OriginalValue, Algorithm,
Hash
, actualHash);