Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add async overload for Where on RuleForEach #2240

Copy link
Copy link
@PeterKaspar

Description

@PeterKaspar
Issue body actions

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

It would be nice if I could write something like this

RuleForEach(obj => obj.Items)
    .WhereAsync(async item => await CheckSomeAsyncConditionWhichNeedsExternalDependenciesAsync(item))
   .MustAsync(...);

Describe alternatives you've considered

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.