Skip to main content
System.Linq.Async package icon

System.Linq.Async

Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.

Total Downloads
362.0M
361,966,204
Published
Feb 1, 2022
Latest stable version

Install

.NET CLI
dotnet add package System.Linq.Async --version 6.0.1
Package Manager Console
Install-Package System.Linq.Async -Version 6.0.1
PackageReference
<PackageReference Include="System.Linq.Async" Version="6.0.1" />

Frameworks

.NETFramework4.8 net6.0 .NETStandard2.0 .NETStandard2.1

Dependencies

[6.0.0, )
[6.0.0, )

Adoption guide

Applications consuming asynchronous streams from APIs, databases or message pipelines.

LINQ guide
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.

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.