4 writes to Hash
Microsoft.Build.Tasks.UnitTests (4)
VerifyFileHash_Tests.cs (4)
51
Hash
= "xyz",
69
Hash
= "xyz",
90
Hash
= hash,
109
Hash
= testBinary.FileHash,
3 references to Hash
Microsoft.Build.Tasks.Core (3)
FileIO\VerifyFileHash.cs (3)
31
/// The encoding format of <see cref="
Hash
"/>. Defaults to "hex".
65
if (!string.Equals(actualHash,
Hash
, comparison))
67
Log.LogErrorWithCodeFromResources("VerifyFileHash.HashMismatch", File, Algorithm,
Hash
, actualHash);