System.Linq.AsyncEnumerable 11.0.0-preview.1.26104.118
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.
|
23 |
|
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.
|
28 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
33 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
38 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
41 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
51 |
|
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
|
23 |
|
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.
|
30 |
|
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
|
34 |
|
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
|
46 |
https://go.microsoft.com/fwlink/?LinkID=799421
.NET Framework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 11.0.0-preview.1.26104.118)
- Microsoft.Bcl.Memory (>= 11.0.0-preview.1.26104.118)
- System.Threading.Tasks.Extensions (>= 4.6.3)
- System.ValueTuple (>= 4.6.1)
.NET 10.0
- No dependencies.
.NET 11.0
- No dependencies.
.NET Standard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 11.0.0-preview.1.26104.118)
- Microsoft.Bcl.Memory (>= 11.0.0-preview.1.26104.118)
- System.Threading.Tasks.Extensions (>= 4.6.3)
| Version | Downloads | Last updated |
|---|---|---|
| 11.0.0-preview.1.26104.118 | 1 | 02/11/2026 |
| 10.0.3 | 1 | 02/11/2026 |
| 10.0.2 | 10 | 01/15/2026 |
| 10.0.1 | 19 | 12/13/2025 |
| 10.0.0 | 41 | 11/15/2025 |
| 10.0.0-rc.2.25502.107 | 47 | 10/17/2025 |
| 10.0.0-rc.1.25451.107 | 61 | 10/06/2025 |
| 10.0.0-preview.7.25380.108 | 47 | 10/07/2025 |
| 10.0.0-preview.6.25358.103 | 47 | 10/07/2025 |
| 10.0.0-preview.5.25277.114 | 39 | 10/07/2025 |
| 10.0.0-preview.4.25258.110 | 49 | 10/07/2025 |
| 10.0.0-preview.3.25171.5 | 47 | 10/07/2025 |
| 10.0.0-preview.2.25163.2 | 48 | 10/07/2025 |
| 10.0.0-preview.1.25080.5 | 48 | 10/07/2025 |