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