-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Remove MD5Hasher. #2706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove MD5Hasher. #2706
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2706 +/- ##
==========================================
+ Coverage 71.59% 71.64% +0.04%
==========================================
Files 805 804 -1
Lines 142004 141880 -124
Branches 16119 16111 -8
==========================================
- Hits 101672 101651 -21
+ Misses 35892 35792 -100
+ Partials 4440 4437 -3
|
@@ -254,8 +254,6 @@ public sealed class FeatureEvaluator | |||
|
|||
public int Id { get; } | |||
|
|||
public MD5Hash ContentMD5Hash => MD5Hasher.Hash(Content); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ContentMD5Hash [](start = 27, length = 14)
Looks like the only place using it is DatasetBinFile3 in internal codebase. @TomFinley - ok to remove?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic, thank you @codemzs !!
I know @eerhardt had some interest in this, mentioning him as informational. |
fixes #2696