System.Linq.AsyncEnumerable 11.0.0-preview.6.26359.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 |
|---|---|
|
LLamaSharp
LLamaSharp is a cross-platform library to run 🦙LLaMA/Mtmd model (and others) in your local device.
Based on [llama.cpp](https://github.com/ggerganov/llama.cpp), inference with LLamaSharp is efficient on both CPU and GPU.
With the higher-level APIs and RAG support, it's convenient to deploy LLM (Large Language Model) in your application with LLamaSharp.
|
16 |
|
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.
|
35 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
55 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
66 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
71 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
75 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
78 |
|
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
|
81 |
|
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.
|
38 |
|
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.
|
59 |
|
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
|
60 |
|
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
|
62 |
|
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
|
67 |
https://go.microsoft.com/fwlink/?LinkID=799421
.NET 10.0
- No dependencies.
.NET 11.0
- No dependencies.
.NET Framework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 11.0.0-preview.6.26359.118)
- Microsoft.Bcl.Memory (>= 11.0.0-preview.6.26359.118)
- System.Threading.Tasks.Extensions (>= 4.6.3)
- System.ValueTuple (>= 4.6.2)
.NET Standard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 11.0.0-preview.6.26359.118)
- Microsoft.Bcl.Memory (>= 11.0.0-preview.6.26359.118)
- System.Threading.Tasks.Extensions (>= 4.6.3)
| Version | Downloads | Last updated |
|---|---|---|
| 11.0.0-preview.6.26359.118 | 6 | 07/16/2026 |
| 11.0.0-preview.5.26302.115 | 16 | 06/12/2026 |
| 11.0.0-preview.4.26230.115 | 26 | 05/13/2026 |
| 11.0.0-preview.3.26207.106 | 23 | 04/14/2026 |
| 11.0.0-preview.2.26159.112 | 33 | 03/12/2026 |
| 11.0.0-preview.1.26104.118 | 39 | 02/11/2026 |
| 10.0.10 | 5 | 07/16/2026 |
| 10.0.9 | 16 | 06/12/2026 |
| 10.0.8 | 23 | 05/13/2026 |
| 10.0.7 | 29 | 04/22/2026 |
| 10.0.6 | 30 | 04/14/2026 |
| 10.0.5 | 35 | 03/13/2026 |
| 10.0.4 | 36 | 03/12/2026 |
| 10.0.3 | 37 | 02/11/2026 |
| 10.0.2 | 38 | 01/15/2026 |
| 10.0.1 | 55 | 12/13/2025 |
| 10.0.0 | 72 | 11/15/2025 |
| 10.0.0-rc.2.25502.107 | 80 | 10/17/2025 |
| 10.0.0-rc.1.25451.107 | 97 | 10/06/2025 |
| 10.0.0-preview.7.25380.108 | 87 | 10/07/2025 |
| 10.0.0-preview.6.25358.103 | 87 | 10/07/2025 |
| 10.0.0-preview.5.25277.114 | 74 | 10/07/2025 |
| 10.0.0-preview.4.25258.110 | 80 | 10/07/2025 |
| 10.0.0-preview.3.25171.5 | 89 | 10/07/2025 |
| 10.0.0-preview.2.25163.2 | 70 | 10/07/2025 |
| 10.0.0-preview.1.25080.5 | 82 | 10/07/2025 |