Language-Integrated Query (LINQ) is the name for a set of technologies based on the integration of query capabilities directly into the C# language.
Documentation can be found at https://learn.microsoft.com/dotnet/api/system.linq.
This library provides an implementation of LINQ APIs for IAsyncEnumerable<T>
.
- We consider new features, new APIs and performance changes
- We consider PRs that target this library for new source code analyzers
See the Help Wanted issues.
System.Linq.AsyncEnumerable is shipped as part of the .NET shared framework and as a NuGet package.