Skip to content

Allow query methods to return IAsyncEnumerable #606

Description

@Daniel-Svensson

Query methods are allowed to return IEnumerable and IQueryable. For .NET i want to be able to use IAsyncEnumerable as well.

The feature needs a backning end2end test, but it should be alright to just update an existing query method to return IAsyncEnumerable.

Async enumerable should be handled similar to normal ienumerable.

Activity

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

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions