Install
.NET CLI
dotnet add package System.Linq.Async --version 5.1.0
Package Manager Console
Install-Package System.Linq.Async -Version 5.1.0
PackageReference
<PackageReference Include="System.Linq.Async" Version="5.1.0" />
Frameworks
Dependencies
Microsoft.Bcl.AsyncInterfaces
[6.0.0, )
.NETFramework4.6.1
Microsoft.Bcl.AsyncInterfaces
[6.0.0, )
.NETStandard2.0
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.
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.