3 references to Algorithm
Microsoft.Build.Tasks.Core (3)
FileIO\VerifyFileHash.cs (3)
54
if (!GetFileHash.SupportedAlgorithms.TryGetValue(
Algorithm
, out var algorithmFactory))
56
Log.LogErrorWithCodeFromResources("FileHash.UnrecognizedHashAlgorithm",
Algorithm
);
73
Log.LogErrorWithCodeFromResources("VerifyFileHash.HashMismatch", filePath.OriginalValue,
Algorithm
, Hash, actualHash);