-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Hi, your library looks awesome, I really like the idea behind this, to ensure easy to use expressions without all the hassle!
However, in our projects, we also use the .Future() methods from EntityFramework-Plus (which is really cool too, for large-scale apps and fast processing) and we can't get it to works with their .Future() (which we use a lot, see https://entityframework-plus.net/ef-core-query-future).
See github project https://github.com/zzzprojects/EntityFramework-Plus
I know it's neither in this code or exclusively in their code (the answer is in-between), but if you ever get the chance to try both you library and theirs in the same project with a queryable .Future(), maybe there is a fix that could be done, not sure.
I wrote an issue on EntityFramework-Plus specifically, but maybe others are using both your library + EFPlus and found a workaround, I'd be interested.
Keep up the good work, thanks!