Skip to content

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

@codepb

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.

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