3 references to Algorithm
Microsoft.Build.Tasks.Core (3)
FileIO\GetFileHash.cs (3)
73if (!SupportedAlgorithms.TryGetValue(Algorithm, out var algorithmFactory)) 75Log.LogErrorWithCodeFromResources("FileHash.UnrecognizedHashAlgorithm", Algorithm); 106file.SetMetadata("FileHashAlgorithm", Algorithm);