diff --git a/src/Common/NodeContext.cs b/src/Common/NodeContext.cs index 81aa415..f41c0e0 100644 --- a/src/Common/NodeContext.cs +++ b/src/Common/NodeContext.cs @@ -106,7 +106,7 @@ private static string GenerateId(string projectFileRelativePath, IReadOnlyDictio } #pragma warning disable CA5351 // Do Not Use Broken Cryptographic Algorithms. This is not used for crypto. - using MD5 hasher = MD5.Create(); + using MD5 hasher = MD5.Create(); // CodeQL [SM02196] This is not used for crypto, but for just generating a small nickname. #pragma warning restore CA5351 // Do Not Use Broken Cryptographic Algorithms foreach (KeyValuePair kvp in sortedProperties)