Microsoft.Bcl.AsyncInterfaces 11.0.0-preview.2.26159.112

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.Hosting.Abstractions
.NET Core hosting and startup abstractions for applications.
42
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/.
39
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
39
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.
37
AWSSDK.Core
The Amazon Web Services SDK for .NET - Core Runtime
33
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.
29
Microsoft.VisualStudio.Editor
Microsoft® Visual Studio® Editor Platform
29
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/.
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
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
25
Microsoft.Extensions.Hosting.Abstractions
Hosting and startup abstractions for applications.
25
Microsoft.Extensions.DependencyInjection
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
25
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.
24
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/.
24
MessagePack
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
24
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/773e8cc3fbdc2c4ffbd57c1f53f21649ef94c35c
24

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.2.26159.112 3 3/13/2026
11.0.0-preview.1.26104.118 3 2/13/2026
10.0.5 2 3/13/2026
10.0.4 2 3/11/2026
10.0.3 3 2/11/2026
10.0.2 5 1/18/2026
10.0.1 6 12/15/2025
10.0.0 7 11/14/2025
10.0.0-rc.2.25502.107 6 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 9 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.14 2 3/11/2026
9.0.13 3 2/11/2026
9.0.12 4 1/21/2026
9.0.11 7 11/14/2025
9.0.10 5 10/17/2025
9.0.9 6 9/12/2025
9.0.8 8 8/7/2025
9.0.7 9 7/31/2025
9.0.6 3 6/12/2025
9.0.5 10 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 9 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 9 6/10/2025
8.0.0-preview.7.23375.6 11 6/10/2025
8.0.0-preview.6.23329.7 11 6/9/2025
8.0.0-preview.5.23280.8 10 6/9/2025
8.0.0-preview.4.23259.5 15 6/10/2025
8.0.0-preview.3.23174.8 12 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 16 6/8/2025
7.0.0-rc.2.22472.3 11 6/10/2025
7.0.0-rc.1.22426.10 13 6/11/2025
7.0.0-preview.7.22375.6 14 6/10/2025
7.0.0-preview.6.22324.4 12 6/9/2025
7.0.0-preview.5.22301.12 12 6/10/2025
7.0.0-preview.4.22229.4 10 6/8/2025
7.0.0-preview.3.22175.4 11 6/8/2025
7.0.0-preview.2.22152.2 9 6/10/2025
7.0.0-preview.1.22076.8 11 6/9/2025
6.0.0 12 6/8/2025
6.0.0-rc.2.21480.5 12 6/10/2025
6.0.0-rc.1.21451.13 14 6/11/2025
6.0.0-preview.7.21377.19 10 6/8/2025
6.0.0-preview.6.21352.12 12 6/10/2025
6.0.0-preview.5.21301.5 10 6/10/2025
6.0.0-preview.4.21253.7 12 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 12 6/10/2025
5.0.0 11 6/6/2025
5.0.0-rc.2.20475.5 12 6/10/2025
5.0.0-rc.1.20451.14 10 6/11/2025
1.1.1 12 6/8/2025
1.1.0 11 6/8/2025
1.1.0-preview3.19551.4 18 6/9/2025
1.1.0-preview2.19523.17 13 6/9/2025
1.1.0-preview1.19504.10 10 6/8/2025
1.0.0 11 6/8/2025
1.0.0-rc1.19456.4 12 6/9/2025
1.0.0-preview9.19421.4 12 6/8/2025
1.0.0-preview9.19416.11 10 6/8/2025
1.0.0-preview8.19405.3 10 6/8/2025
1.0.0-preview7.19362.9 11 6/9/2025
1.0.0-preview6.19303.8 10 6/10/2025
1.0.0-preview6.19264.9 11 6/8/2025
1.0.0-preview6.19259.10 12 6/8/2025