Microsoft.Bcl.AsyncInterfaces 9.0.19

About

As of C# 8, the C# language has support for producing and consuming asynchronous iterators. The library types in support of those features are available in .NET Core 3.0 and newer as well as in .NET Standard 2.1. This library provides the necessary definitions of those types to support these language features on .NET Framework and on .NET Standard 2.0. This library is not necessary nor recommended when targeting versions of .NET that include the relevant support.

Key Features

  • Enables the use of C# async iterators on older .NET platforms

How to Use

using System;
using System.Collections.Generic;
using System.Threading.Tasks;

internal static class Program
{
    private static async Task Main()
    {
        Console.WriteLine("Starting...");
        await foreach (var value in GetValuesAsync())
        {
            Console.WriteLine(value);
        }
        Console.WriteLine("Finished!");

        static async IAsyncEnumerable<int> GetValuesAsync()
        {
            for (int i = 0; i < 10; i++)
            {
                await Task.Delay(TimeSpan.FromSeconds(1));
                yield return i;
            }
        }
    }
}

Main Types

The main types provided by this library are:

  • IAsyncEnumerable<T>
  • IAsyncEnumerator<T>
  • IAsyncDisposable<T>

Additional Documentation

Feedback & Contributing

Microsoft.Bcl.AsyncInterfaces is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on Microsoft.Bcl.AsyncInterfaces.

Packages Downloads
Microsoft.Extensions.Logging
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
7,556
System.Text.Json
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
7,445
Microsoft.Extensions.Hosting.Abstractions
.NET Core hosting and startup abstractions for applications.
44
Microsoft.Azure.Cosmos
This client library enables client applications to connect to Azure Cosmos DB via the NoSQL API. Azure Cosmos DB is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
42
Microsoft.AspNetCore.Connections.Abstractions
Core components of ASP.NET Core networking protocol stack. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c83354d42e63d2bb07e6b24b7c67ef91e434f359
40
Microsoft.VisualStudio.Text.UI
Microsoft® Visual Studio® Editor Platform
39
System.Threading.Channels
Provides types for passing data between producers and consumers. Commonly Used Types: System.Threading.Channel System.Threading.Channel<T>
38
Microsoft.Extensions.DependencyInjection
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
38
Avalonia
Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.
35
AWSSDK.Core
The Amazon Web Services SDK for .NET - Core Runtime
34
Microsoft.Extensions.Diagnostics.HealthChecks
Components for performing health checks in .NET applications Commonly Used Types: Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService Microsoft.Extensions.Diagnostics.HealthChecks.IHealthChecksBuilder This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d5dc8a13cc618b9cbdc1e5744b4806c594d49553
32
Microsoft.VisualStudio.Text.UI
Microsoft® Visual Studio® Editor Platform
32
StreamJsonRpc
A cross-platform .NETStandard library that implements the JSON-RPC wire protocol and can use System.IO.Stream, System.IO.Pipelines or WebSocket so you can use it with any transport.
31
Microsoft.VisualStudio.Editor
Microsoft® Visual Studio® Editor Platform
29
Microsoft.Extensions.Hosting.Abstractions
Hosting and startup abstractions for applications.
27
Microsoft.Azure.Cosmos
This client library enables client applications to connect to Azure Cosmos DB via the NoSQL API. Azure Cosmos DB is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
27
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
27
Microsoft.CodeAnalysis.CSharp.Workspaces
.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/75e79dace86b274327a1afe479228d82a06051a4.
26
Microsoft.Extensions.Diagnostics.HealthChecks
Components for performing health checks in .NET applications Commonly Used Types: Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService Microsoft.Extensions.Diagnostics.HealthChecks.IHealthChecksBuilder This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/47576478939fdd59b4400ad135f47938af486ab3
26
Microsoft.Azure.Cosmos
This client library enables client applications to connect to Azure Cosmos via the SQL API. Azure Cosmos is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
26

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

.NET Standard 2.0

.NET Standard 2.1

  • No dependencies.

Version Downloads Last updated
11.0.0-preview.7.26381.103 1 8/28/2026
11.0.0-preview.6.26359.118 0 7/14/2026
11.0.0-preview.5.26302.115 1 8/28/2026
11.0.0-preview.4.26230.115 0 5/12/2026
11.0.0-preview.3.26207.106 3 4/16/2026
11.0.0-preview.2.26159.112 5 3/13/2026
11.0.0-preview.1.26104.118 6 2/13/2026
10.0.11 1 8/26/2026
10.0.10 1 8/26/2026
10.0.9 1 8/26/2026
10.0.8 2 8/27/2026
10.0.7 1 4/24/2026
10.0.6 2 4/15/2026
10.0.5 5 3/13/2026
10.0.4 4 3/11/2026
10.0.3 6 2/11/2026
10.0.2 7 1/18/2026
10.0.1 7 12/15/2025
10.0.0 9 11/14/2025
10.0.0-rc.2.25502.107 7 10/17/2025
10.0.0-rc.1.25451.107 10 9/12/2025
10.0.0-preview.7.25380.108 9 8/20/2025
10.0.0-preview.6.25358.103 10 7/30/2025
10.0.0-preview.5.25277.114 3 6/9/2025
10.0.0-preview.4.25258.110 2 6/16/2025
10.0.0-preview.3.25171.5 4 6/10/2025
10.0.0-preview.2.25163.2 2 6/10/2025
10.0.0-preview.1.25080.5 2 6/8/2025
9.0.19 1 8/26/2026
9.0.18 1 8/26/2026
9.0.17 1 8/26/2026
9.0.16 1 8/26/2026
9.0.15 3 4/15/2026
9.0.14 4 3/11/2026
9.0.13 5 2/11/2026
9.0.12 6 1/21/2026
9.0.11 7 11/14/2025
9.0.10 7 10/17/2025
9.0.9 7 9/12/2025
9.0.8 10 8/7/2025
9.0.7 10 7/31/2025
9.0.6 3 6/12/2025
9.0.5 11 6/22/2025
9.0.4 3 6/8/2025
9.0.3 4 6/8/2025
9.0.2 6 6/8/2025
9.0.1 4 6/8/2025
9.0.0 5 6/8/2025
9.0.0-rc.2.24473.5 3 6/10/2025
9.0.0-rc.1.24431.7 4 6/11/2025
9.0.0-preview.7.24405.7 11 6/8/2025
9.0.0-preview.6.24327.7 3 6/10/2025
9.0.0-preview.5.24306.7 4 6/10/2025
9.0.0-preview.4.24266.19 2 6/10/2025
9.0.0-preview.3.24172.9 4 6/10/2025
9.0.0-preview.2.24128.5 5 6/9/2025
9.0.0-preview.1.24080.9 1 6/8/2025
8.0.0 5 6/8/2025
8.0.0-rc.2.23479.6 3 6/10/2025
8.0.0-rc.1.23419.4 11 6/10/2025
8.0.0-preview.7.23375.6 13 6/10/2025
8.0.0-preview.6.23329.7 12 6/9/2025
8.0.0-preview.5.23280.8 12 6/9/2025
8.0.0-preview.4.23259.5 16 6/10/2025
8.0.0-preview.3.23174.8 14 6/9/2025
8.0.0-preview.2.23128.3 9 6/9/2025
8.0.0-preview.1.23110.8 12 6/9/2025
7.0.0 18 6/8/2025
7.0.0-rc.2.22472.3 13 6/10/2025
7.0.0-rc.1.22426.10 14 6/11/2025
7.0.0-preview.7.22375.6 15 6/10/2025
7.0.0-preview.6.22324.4 13 6/9/2025
7.0.0-preview.5.22301.12 13 6/10/2025
7.0.0-preview.4.22229.4 12 6/8/2025
7.0.0-preview.3.22175.4 12 6/8/2025
7.0.0-preview.2.22152.2 11 6/10/2025
7.0.0-preview.1.22076.8 11 6/9/2025
6.0.0 13 6/8/2025
6.0.0-rc.2.21480.5 14 6/10/2025
6.0.0-rc.1.21451.13 15 6/11/2025
6.0.0-preview.7.21377.19 11 6/8/2025
6.0.0-preview.6.21352.12 13 6/10/2025
6.0.0-preview.5.21301.5 11 6/10/2025
6.0.0-preview.4.21253.7 14 6/8/2025
6.0.0-preview.3.21201.4 11 6/8/2025
6.0.0-preview.2.21154.6 11 6/9/2025
6.0.0-preview.1.21102.12 13 6/10/2025
5.0.0 12 6/6/2025
5.0.0-rc.2.20475.5 13 6/10/2025
5.0.0-rc.1.20451.14 11 6/11/2025
1.1.1 13 6/8/2025
1.1.0 12 6/8/2025
1.1.0-preview3.19551.4 20 6/9/2025
1.1.0-preview2.19523.17 14 6/9/2025
1.1.0-preview1.19504.10 10 6/8/2025
1.0.0 12 6/8/2025
1.0.0-rc1.19456.4 13 6/9/2025
1.0.0-preview9.19421.4 12 6/8/2025
1.0.0-preview9.19416.11 11 6/8/2025
1.0.0-preview8.19405.3 11 6/8/2025
1.0.0-preview7.19362.9 13 6/9/2025
1.0.0-preview6.19303.8 11 6/10/2025
1.0.0-preview6.19264.9 13 6/8/2025
1.0.0-preview6.19259.10 14 6/8/2025