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