Open Mike-E-angelo opened 3 years ago
Was it something I said? 😏
FWIW I have this project mentioned (along with half of NuGet it seems) in my project's acknowledgements here: https://alpha.starbeam.one/about/acknowledgements
I also just sent you some <3 on twitter which is the reason I chimed back here 😁 https://twitter.com/Mike_E_angelo/status/1531005018400247808
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. 👍