System.Linq.AsyncEnumerable 10.0.8

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.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
29
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
28
Parquet.Net
Fully managed Apache Parquet implementation.
27
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.
25
Parquet.Net
Fully managed Apache Parquet implementation.
25
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
24
Parquet.Net
Fully managed Apache Parquet implementation.
22
Parquet.Net
Fully managed Apache Parquet implementation.
21
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
19
Parquet.Net
Fully managed Apache Parquet implementation.
19
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
19
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
18
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
18

.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.4.26230.115 7 05/13/2026
11.0.0-preview.3.26207.106 13 04/15/2026
11.0.0-preview.2.26159.112 18 03/11/2026
11.0.0-preview.1.26104.118 21 02/13/2026
10.0.8 5 05/14/2026
10.0.7 12 04/23/2026
10.0.6 12 04/16/2026
10.0.5 15 03/14/2026
10.0.4 21 03/12/2026
10.0.3 21 02/13/2026
10.0.2 34 01/14/2026
10.0.1 36 12/10/2025
10.0.0 25 12/10/2025
10.0.0-rc.2.25502.107 34 12/12/2025
10.0.0-rc.1.25451.107 28 12/12/2025
10.0.0-preview.7.25380.108 21 12/12/2025
10.0.0-preview.6.25358.103 25 12/12/2025
10.0.0-preview.5.25277.114 25 12/12/2025
10.0.0-preview.4.25258.110 24 12/12/2025
10.0.0-preview.3.25171.5 27 12/10/2025
10.0.0-preview.2.25163.2 24 12/12/2025
10.0.0-preview.1.25080.5 24 12/12/2025