System.Linq.AsyncEnumerable 10.0.9

About

The System.Linq.AsyncEnumerable library provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.

Key Features

  • Extension methods for performing operations on IAsyncEnumerable<T> sequences.

How to Use

using System;
using System.IO;
using System.Linq;

static IAsyncEnumerable<City> DeserializeAndFilterData(Stream stream)
{
    IAsyncEnumerable<City> cities = JsonSerializer.DeserializeAsyncEnumerable<City>(stream);

    return from city in cities
           where city.Population > 10_000
           orderby city.Name
           select city;
}

Main Types

The main type provided by this library is:

  • System.Linq.AsyncEnumerable

Additional Documentation

Feedback & Contributing

System.Linq.AsyncEnumerable is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on System.Linq.AsyncEnumerable.

Packages Downloads
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
25
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
27
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
47
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
59
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
68
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
72
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
73
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
76
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
78
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
25
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
26
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
51
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
53
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
55
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
57
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
62

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

.NET 8.0

  • No dependencies.

.NET 9.0

  • No dependencies.

.NET 10.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
11.0.0-preview.5.26302.115 8 06/12/2026
11.0.0-preview.4.26230.115 18 05/13/2026
11.0.0-preview.3.26207.106 19 04/14/2026
11.0.0-preview.2.26159.112 22 03/12/2026
11.0.0-preview.1.26104.118 31 02/11/2026
10.0.9 7 06/12/2026
10.0.8 11 05/13/2026
10.0.7 24 04/22/2026
10.0.6 24 04/14/2026
10.0.5 31 03/13/2026
10.0.4 27 03/12/2026
10.0.3 32 02/11/2026
10.0.2 29 01/15/2026
10.0.1 51 12/13/2025
10.0.0 66 11/15/2025
10.0.0-rc.2.25502.107 76 10/17/2025
10.0.0-rc.1.25451.107 91 10/06/2025
10.0.0-preview.7.25380.108 83 10/07/2025
10.0.0-preview.6.25358.103 79 10/07/2025
10.0.0-preview.5.25277.114 69 10/07/2025
10.0.0-preview.4.25258.110 78 10/07/2025
10.0.0-preview.3.25171.5 80 10/07/2025
10.0.0-preview.2.25163.2 65 10/07/2025
10.0.0-preview.1.25080.5 76 10/07/2025