System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
Total Downloads
362.0M
361,966,204
Published
Apr 16, 2026
Latest stable version
Install
.NET CLI
dotnet add package System.Linq.Async --version 7.0.1-preview.1
Package Manager Console
Install-Package System.Linq.Async -Version 7.0.1-preview.1
PackageReference
<PackageReference Include="System.Linq.Async" Version="7.0.1-preview.1" />
Frameworks
Dependencies
System.Interactive.Async
[7.0.1-preview.1, )
.NETFramework4.8
System.Linq.AsyncEnumerable
[10.0.6, )
.NETFramework4.8
System.Interactive.Async
[7.0.1-preview.1, )
net10.0
System.Interactive.Async
[7.0.1-preview.1, )
.NETStandard2.0
System.Linq.AsyncEnumerable
[10.0.6, )
.NETStandard2.0
System.Interactive.Async
[7.0.1-preview.1, )
.NETStandard2.1
System.Linq.AsyncEnumerable
[10.0.6, )
.NETStandard2.1
Adoption guide
Applications consuming asynchronous streams from APIs, databases or message pipelines.
Why it appears in the guide: Async LINQ operators for IAsyncEnumerable to compose non-blocking data pipelines. Trade-off: Async query chains still need cancellation, backpressure awareness and careful error handling.
This version is marked prerelease. Validate its API and upgrade path before production use.
Compatibility metadata lists 4 target frameworks; confirm the exact target used by your application.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.