Skip to content

Conversation

@TheConstructor
Copy link
Contributor

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
Copy link
Contributor Author

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

@StefH
Copy link
Collaborator

StefH commented Dec 7, 2023

I need to find time for this...

@StefH StefH self-assigned this Dec 7, 2023
@StefH StefH added the feature label Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants