System.Linq.AsyncEnumerable 10.0.2
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.
|
55 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
46 |
|
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
|
37 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
35 |
|
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.
|
31 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
30 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
29 |
|
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.
|
24 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
22 |
|
Microsoft.SemanticKernel.Abstractions
Semantic Kernel interfaces and abstractions. This package is automatically installed by Semantic Kernel packages if needed.
|
21 |
|
Microsoft.SemanticKernel.Abstractions
Semantic Kernel interfaces and abstractions. This package is automatically installed by Semantic Kernel packages if needed.
|
7 |
|
Microsoft.SemanticKernel.Abstractions
Semantic Kernel interfaces and abstractions. This package is automatically installed by Semantic Kernel packages if needed.
|
6 |
|
Microsoft.SemanticKernel.Abstractions
Semantic Kernel interfaces and abstractions. This package is automatically installed by Semantic Kernel packages if needed.
|
3 |
|
Microsoft.SemanticKernel.Abstractions
Semantic Kernel interfaces and abstractions. This package is automatically installed by Semantic Kernel packages if needed.
|
2 |
.NET Framework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.2)
- Microsoft.Bcl.Memory (>= 10.0.2)
- System.Threading.Tasks.Extensions (>= 4.6.3)
- System.ValueTuple (>= 4.6.1)
.NET 8.0
- No dependencies.
.NET 9.0
- No dependencies.
.NET 10.0
- No dependencies.
.NET Standard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.2)
- Microsoft.Bcl.Memory (>= 10.0.2)
- System.Threading.Tasks.Extensions (>= 4.6.3)
| Version | Downloads | Last updated |
|---|---|---|
| 11.0.0-preview.2.26159.112 | 2 | 3/12/2026 |
| 11.0.0-preview.1.26104.118 | 4 | 2/11/2026 |
| 10.0.5 | 1 | 3/16/2026 |
| 10.0.4 | 2 | 3/12/2026 |
| 10.0.3 | 4 | 2/11/2026 |
| 10.0.2 | 10 | 1/15/2026 |
| 10.0.1 | 19 | 12/11/2025 |
| 10.0.0 | 36 | 11/11/2025 |
| 10.0.0-rc.2.25502.107 | 57 | 10/16/2025 |
| 10.0.0-rc.1.25451.107 | 49 | 10/9/2025 |
| 10.0.0-preview.7.25380.108 | 48 | 10/9/2025 |
| 10.0.0-preview.6.25358.103 | 45 | 10/9/2025 |
| 10.0.0-preview.5.25277.114 | 55 | 10/9/2025 |
| 10.0.0-preview.4.25258.110 | 49 | 10/9/2025 |
| 10.0.0-preview.3.25171.5 | 50 | 10/9/2025 |
| 10.0.0-preview.2.25163.2 | 47 | 10/9/2025 |
| 10.0.0-preview.1.25080.5 | 48 | 10/9/2025 |