Skip to main content
Total Downloads
362.0M
361,966,204
Published
Apr 2, 2020
Latest stable version

Install

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

Frameworks

.NETFramework4.6.1 .NETCoreApp3.0 .NETStandard2.0 .NETStandard2.1

Dependencies

[1.1.0, )
[1.1.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.