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.
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.