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 07a2151 commit 141daceCopy full SHA for 141dace
CodeLineCounter/Utils/HashUtils.cs
@@ -7,7 +7,7 @@ public static class HashUtils
7
{
8
private static readonly IHashUtils _defaultImplementation = new HashUtilsService();
9
10
- internal static IHashUtils Implementation { get; } = _defaultImplementation;
+ internal static IHashUtils Implementation { get; set; } = _defaultImplementation;
11
public static string ComputeHash(string? input)
12
13
return Implementation.ComputeHash(input);
0 commit comments