Skip to content
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

Compatibility with Entity Framework Plus library #36

Open
JakubHolovsky opened this issue Jan 7, 2020 · 0 comments
Open

Compatibility with Entity Framework Plus library #36

JakubHolovsky opened this issue Jan 7, 2020 · 0 comments

Comments

@JakubHolovsky
Copy link

this is more of a feature request. We are using quite widely used library called EntityFramework.Plus https://entityframework-plus.net/

however it seems that if I use query generation by SearchExtensions -> the resulting object query is not compatible with EF.Plus

I wonder if it would be possible to provide a compatible object query -> here is the impacted EF.Plus code.

https://github.com/zzzprojects/EntityFramework-Plus/blob/master/src/shared/Z.EF.Plus._Core.Shared/EF5_EF6/IQueryable%60/IQueryable%60.GetObjectQuery.cs

Also an email from the author I got in regards to this issue:

We support multiple ways to retrieve the object query but it look that this library doesn’t provide it in one of the support ways we offer: https://github.com/zzzprojects/EntityFramework-Plus/blob/master/src/shared/Z.EF.Plus._Core.Shared/EF5_EF6/IQueryable%60/IQueryable%60.GetObjectQuery.cs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant