Skip to content

Queries on Enumerables allowing linq methods in the query directly #46

Description

@codepb

Would be nice to do something like the following:

Query<IEnumerable<int>>.Is.WithMax().EqualTo(5)

where WithMax calls the Max() function on the enumerable. This would be good for a lot of linq methods.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions