Skip to content

Support reusing Expressions between filters on the expand level and any/all conditions on the root level.#124

Open
LinusCenterstrom wants to merge 1 commit intoZEXSM:mainfrom
LinusCenterstrom:feature-expression-reuse
Open

Support reusing Expressions between filters on the expand level and any/all conditions on the root level.#124
LinusCenterstrom wants to merge 1 commit intoZEXSM:mainfrom
LinusCenterstrom:feature-expression-reuse

Conversation

@LinusCenterstrom
Copy link

fixes #123

Possible breaking:
Changed the All and Any methods to take Expression<Func<T, bool>> instead of Func<T, bool>. As far as I can tell this does not impact anything since explicitly passing a non-null Func<T, bool> previously was unsupported.

Unsure what caused the whitespace changes, LMK if you want me to fix it

…ny/all conditions on the root level.

Possible breaking:
Changed the All and Any methods to take Expression<Func<T, bool>> instead of Func<T, bool>.
As far as I can tell this does not impact anything since explicitly passing a non-null Func<T, bool> previously was unsupported.

fixes ZEXSM#123
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.

Ability to share Filter expressions between the expand level and the root level

1 participant