-
-
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 New() support for Type + Fix GroupJoin() not working when using Linq-To-Entities (2) #208
Conversation
Codecov Report
@@ Coverage Diff @@
## master #208 +/- ##
==========================================
- Coverage 82.6% 82.49% -0.11%
==========================================
Files 37 37
Lines 3685 3702 +17
Branches 507 508 +1
==========================================
+ Hits 3044 3054 +10
- Misses 499 501 +2
- Partials 142 147 +5
Continue to review full report at Codecov.
|
@david-garcia-garcia ; can you take a look at my changes in this PR? |
I made a small comment. Overall looks good, an a much better approach to controlling the type resolvers. Just a couple of comments related to this PR:
|
Thanks for your help. |
based on #207