You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, THANK YOU SO MUCH for making this project. I recently ran into a little ordeal with EFCore's Compiled Queries and have started to explore expression builders. This one seems perfect. Thank you again for your efforts here.
I do have a question however. When using EF.CompileQueryAsync with an Expression that has an InvokeEFCore call in it, it doesn't seem to work. However, if I use Invoke, it does. So, now I am confused. :) I looked into the README here and the issues and didn't see anything obvious, so checking here ask and to thank you for saving me a lot of time otherwise. 👍
The text was updated successfully, but these errors were encountered:
First off, THANK YOU SO MUCH for making this project. I recently ran into a little ordeal with EFCore's Compiled Queries and have started to explore expression builders. This one seems perfect. Thank you again for your efforts here.
I do have a question however. When using
EF.CompileQueryAsync
with anExpression
that has anInvokeEFCore
call in it, it doesn't seem to work. However, if I useInvoke
, it does. So, now I am confused. :) I looked into the README here and the issues and didn't see anything obvious, so checking here ask and to thank you for saving me a lot of time otherwise. 👍The text was updated successfully, but these errors were encountered: