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.
1 parent cf5a4ed commit 4782f89Copy full SHA for 4782f89
src/CommandLine/Json/DiagnosticGitLabJsonSerializer.cs
@@ -64,9 +64,7 @@ public static void Serialize(
64
#else
65
hashBytes = SHA256.HashData(source);
66
#endif
67
- issueFingerPrint = BitConverter.ToString(hashBytes)
68
- .Replace("-", "")
69
- .ToLowerInvariant();
+ issueFingerPrint = BitConverter.ToString(hashBytes).ToHexStringLower();
70
71
reportItems.Add(new GitLabIssue()
72
{
0 commit comments