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

Port to 8.x: Add support for "Any" and Predicates method call expressions (#2863) #3061

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

habbes
Copy link
Contributor

@habbes habbes commented Sep 10, 2024

This PR cherry picks #2863 to port support for LINQ's Any() method, which was added to the 7.x branch to 8.x.

Fixes #1996

* Add support for "Any" method call expression

* Add support for predicate expression methods

* Add SequenceMethodsTests

* Extend SequenceMethodsTests

* Separate some tests methods

* Assert within tests methods

* Refactor: merge TestContext into tests class
@habbes habbes merged commit 95233fc into main Sep 10, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The method 'Any' is not supported
4 participants