System.Linq.AsyncEnumerable 10.0.6
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.
|
5 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
6 |
|
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.
|
42 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
51 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
57 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
63 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
64 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
67 |
|
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
|
5 |
|
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
|
41 |
|
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
|
42 |
|
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
|
43 |
|
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
|
46 |
|
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
|
47 |
|
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
|
55 |
https://go.microsoft.com/fwlink/?LinkID=799421
.NET Framework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.6)
- Microsoft.Bcl.Memory (>= 10.0.6)
- System.Threading.Tasks.Extensions (>= 4.6.3)
- System.ValueTuple (>= 4.6.2)
.NET 8.0
- No dependencies.
.NET 9.0
- No dependencies.
.NET 10.0
- No dependencies.
.NET Standard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.6)
- Microsoft.Bcl.Memory (>= 10.0.6)
- System.Threading.Tasks.Extensions (>= 4.6.3)
| Version | Downloads | Last updated |
|---|---|---|
| 11.0.0-preview.3.26207.106 | 7 | 04/14/2026 |
| 11.0.0-preview.2.26159.112 | 10 | 03/12/2026 |
| 11.0.0-preview.1.26104.118 | 18 | 02/11/2026 |
| 10.0.7 | 0 | 04/21/2026 |
| 10.0.6 | 4 | 04/14/2026 |
| 10.0.5 | 11 | 03/13/2026 |
| 10.0.4 | 10 | 03/12/2026 |
| 10.0.3 | 15 | 02/11/2026 |
| 10.0.2 | 24 | 01/15/2026 |
| 10.0.1 | 39 | 12/13/2025 |
| 10.0.0 | 53 | 11/15/2025 |
| 10.0.0-rc.2.25502.107 | 62 | 10/17/2025 |
| 10.0.0-rc.1.25451.107 | 81 | 10/06/2025 |
| 10.0.0-preview.7.25380.108 | 73 | 10/07/2025 |
| 10.0.0-preview.6.25358.103 | 70 | 10/07/2025 |
| 10.0.0-preview.5.25277.114 | 55 | 10/07/2025 |
| 10.0.0-preview.4.25258.110 | 68 | 10/07/2025 |
| 10.0.0-preview.3.25171.5 | 71 | 10/07/2025 |
| 10.0.0-preview.2.25163.2 | 57 | 10/07/2025 |
| 10.0.0-preview.1.25080.5 | 65 | 10/07/2025 |