Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve invocation support #188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

2 participants