Skip to content

[Refactoring] Replace Expression<Func<T, bool>> parameter with Func<T, bool> #133

@candoumbe

Description

@candoumbe

Extension methods in EnumerableExtensions should not use Expression<Func<T, bool>> but Func<T,bool> as they run in memory and not against an IQueryable<T>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions