-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fixed casting problems in ExecuteUtils breaking EnumerableHelpers #88
Fixed casting problems in ExecuteUtils breaking EnumerableHelpers #88
Conversation
HenrikHoyer
commented
Mar 12, 2024
- Average, Min, Max and Sum functions in EnumerableHelpers was broken due to casting bug in ExecuteUtils
- Improved error messages
- Added Tests using these methods
…nd Sum functions in EnumerationHelpers - Improved error messages - Added Tests using these methods
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #88 +/- ##
==========================================
+ Coverage 46.29% 47.27% +0.97%
==========================================
Files 44 44
Lines 2912 2913 +1
Branches 410 411 +1
==========================================
+ Hits 1348 1377 +29
+ Misses 1440 1412 -28
Partials 124 124 ☔ View full report in Codecov by Sentry. |
Fixed typos in error messages
|