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