We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The MD5 instance created in the ToMD5Hash method is not disposed of, potentially leading to a memory leak.
MD5
ToMD5Hash
stackify-api-dotnet/Src/StackifyLib/Utils/StringExtensions.cs
Line 21 in 57ec215
Suggested Fix: Use a using statement to ensure the MD5 instance is properly disposed.
The
MD5instance created in theToMD5Hashmethod is not disposed of, potentially leading to a memory leak.stackify-api-dotnet/Src/StackifyLib/Utils/StringExtensions.cs
Line 21 in 57ec215
Suggested Fix: Use a using statement to ensure the MD5 instance is properly disposed.