-
Notifications
You must be signed in to change notification settings - Fork 167
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
#14 Include(...) after AsExpandable() #164
#14 Include(...) after AsExpandable() #164
Conversation
Hello @doboczyakos, Thanks for this PR. Is it possible that you create a console app which identifies this problem? And make a new PR for this on master. Then we are sure that this PR does fix the issue. And is there also some documentation which needs to be updated? |
We identified the problem in our enterprise application and tested this fix with a forked package. |
If a unit-test would be possible, that is preferred. |
Microsoft.EntityFrameworkCore.Query.Internal is being used since 2016 in LinqKit so I don't think it's something we should be afraid of. |
Sorry, I create a new branch for the test to be able to test it with both versions |
@doboczyakos, |
@sdanyliv, although Moreover, the situation now is very fragile, because as soon as a developer writes |
You are right. I don‘t know why Include code i so restrictive to IQueryable implementation. |
@StefH , how is the merge of the pull request going? Can we help anything? |
@davidnemeti |
What's going on with .netcoreapp 2.1? |
@doboczyakos I'll remove this test and replace it by other frameworks. |
Fixed