LINQKit icon indicating copy to clipboard operation
LINQKit copied to clipboard

Improve invocation support

Open TheConstructor opened this issue 2 years ago • 2 comments

Currently you can't use Expression.Invoke with a delegate as first argument, as LINQKit expects that you only invoke other lambdas. While that may be enough for EF Core, there are other things, that you can do with LINQKit.

Also I added support for .Compile().Invoke() and not just .Compile()().

TheConstructor avatar Sep 23 '23 21:09 TheConstructor

Hey @StefH would you happen to have time to review this? This would allow to use LINQKit for some more use-cases outside of EF Core

TheConstructor avatar Dec 01 '23 08:12 TheConstructor

I need to find time for this...

StefH avatar Dec 07 '23 16:12 StefH