-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Fix for ParseLambda with itType and resultType: correct order of arguments #193
Conversation
Codecov Report
@@ Coverage Diff @@
## master #193 +/- ##
=========================================
+ Coverage 82.53% 82.8% +0.27%
=========================================
Files 37 37
Lines 3658 3658
Branches 493 493
=========================================
+ Hits 3019 3029 +10
+ Misses 501 498 -3
+ Partials 138 131 -7
Continue to review full report at Codecov.
|
OK. I made a small fix to the unit-test and fixed sonarcloud integration. I can merge this PR to master, however do you also need a new NuGet ? |
Yes, I need a new NuGet. Could you do it? |
NuGet uploaded |
@StefH thank you! |
I've created the separate branch for my fix.