Install
.NET CLI
dotnet add package System.Linq.Async --version 7.0.0
Package Manager Console
Install-Package System.Linq.Async -Version 7.0.0
PackageReference
<PackageReference Include="System.Linq.Async" Version="7.0.0" />
Frameworks
Dependencies
System.Interactive.Async
[7.0.0, )
.NETFramework4.8
System.Linq.AsyncEnumerable
[10.0.0, )
.NETFramework4.8
System.Interactive.Async
[7.0.0, )
net10.0
System.Interactive.Async
[7.0.0, )
.NETStandard2.0
System.Linq.AsyncEnumerable
[10.0.0, )
.NETStandard2.0
System.Interactive.Async
[7.0.0, )
.NETStandard2.1
System.Linq.AsyncEnumerable
[10.0.0, )
.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.
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.