Microsoft.Bcl.AsyncInterfaces
5.0.0-rc.1.20451.14
Prefix Reserved
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package Microsoft.Bcl.AsyncInterfaces --version 5.0.0-rc.1.20451.14
NuGet\Install-Package Microsoft.Bcl.AsyncInterfaces -Version 5.0.0-rc.1.20451.14
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0-rc.1.20451.14" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0-rc.1.20451.14" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
paket add Microsoft.Bcl.AsyncInterfaces --version 5.0.0-rc.1.20451.14
#r "nuget: Microsoft.Bcl.AsyncInterfaces, 5.0.0-rc.1.20451.14"
#:package Microsoft.Bcl.AsyncInterfaces@5.0.0-rc.1.20451.14
#addin nuget:?package=Microsoft.Bcl.AsyncInterfaces&version=5.0.0-rc.1.20451.14&prerelease
#tool nuget:?package=Microsoft.Bcl.AsyncInterfaces&version=5.0.0-rc.1.20451.14&prerelease
Provides the IAsyncEnumerable<T> and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0.
Commonly Used Types:
System.IAsyncDisposable
System.Collections.Generic.IAsyncEnumerable
System.Collections.Generic.IAsyncEnumerator
When using NuGet 3.x this package requires at least version 3.4.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
| .NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 2.1
- No dependencies.
-
.NETFramework 4.6.1
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.0
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.1
- No dependencies.
NuGet packages (2.1K)
Showing the top 5 NuGet packages that depend on Microsoft.Bcl.AsyncInterfaces:
| Package | Downloads |
|---|---|
|
Microsoft.Extensions.DependencyInjection.Abstractions
Abstractions for dependency injection. Commonly Used Types: Microsoft.Extensions.DependencyInjection.IServiceCollection |
|
|
Microsoft.Extensions.DependencyInjection
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection. |
|
|
Microsoft.Extensions.Logging
Logging infrastructure default implementation for Microsoft.Extensions.Logging. |
|
|
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. |
|
|
Microsoft.Extensions.Hosting.Abstractions
Hosting and startup abstractions for applications. |
GitHub repositories (446)
Showing the top 20 popular GitHub repositories that depend on Microsoft.Bcl.AsyncInterfaces:
| Repository | Stars |
|---|---|
|
microsoft/PowerToys
Microsoft PowerToys is a collection of utilities that help you customize Windows and streamline everyday tasks
|
|
|
PowerShell/PowerShell
PowerShell for every system!
|
|
|
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
|
|
|
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
|
|
|
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
|
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
|
peass-ng/PEASS-ng
PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
|
|
|
DapperLib/Dapper
Dapper - a simple object mapper for .Net
|
|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
|
App-vNext/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
|
|
|
LuckyPennySoftware/MediatR
Simple, unambitious mediator implementation in .NET
|
|
|
chocolatey/choco
Chocolatey - the package manager for Windows
|
|
|
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
|
|
|
StockSharp/StockSharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
|
|
|
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 10.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
|
|
|
MassTransit/MassTransit
Distributed Application Framework for .NET
|
|
|
dotnet/reactive
The Reactive Extensions for .NET
|
|
|
MessagePack-CSharp/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
|
|
|
microsoft/FASTER
Fast persistent recoverable log and key-value store + cache, in C# and C++.
|
|
|
StackExchange/StackExchange.Redis
General purpose redis client
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 10.0.2 | 94,008 | 1/13/2026 | |
| 10.0.1 | 1,073,194 | 12/9/2025 | |
| 10.0.0 | 3,424,456 | 11/11/2025 | |
| 10.0.0-rc.2.25502.107 | 89,644 | 10/14/2025 | |
| 10.0.0-rc.1.25451.107 | 65,553 | 9/9/2025 | |
| 10.0.0-preview.7.25380.108 | 19,787 | 8/12/2025 | |
| 10.0.0-preview.6.25358.103 | 48,332 | 7/15/2025 | |
| 10.0.0-preview.5.25277.114 | 84,565 | 6/6/2025 | |
| 10.0.0-preview.4.25258.110 | 72,531 | 5/12/2025 | |
| 10.0.0-preview.3.25171.5 | 92,106 | 4/10/2025 | |
| 10.0.0-preview.2.25163.2 | 75,996 | 3/18/2025 | |
| 10.0.0-preview.1.25080.5 | 37,295 | 2/25/2025 | |
| 9.0.12 | 12,417 | 1/13/2026 | |
| 9.0.11 | 536,466 | 11/11/2025 | |
| 9.0.10 | 2,558,815 | 10/14/2025 | |
| 9.0.9 | 3,943,337 | 9/9/2025 | |
| 9.0.8 | 3,999,964 | 8/4/2025 | |
| 9.0.7 | 3,284,872 | 7/8/2025 | |
| 9.0.6 | 4,851,728 | 6/10/2025 | |
| 9.0.5 | 5,288,759 | 5/13/2025 | |
| 9.0.4 | 6,916,836 | 4/8/2025 | |
| 9.0.3 | 5,323,930 | 3/11/2025 | |
| 9.0.2 | 5,911,084 | 2/11/2025 | |
| 9.0.1 | 9,010,771 | 1/14/2025 | |
| 9.0.0 | 21,811,719 | 11/12/2024 | |
| 9.0.0-rc.2.24473.5 | 158,985 | 10/8/2024 | |
| 9.0.0-rc.1.24431.7 | 77,225 | 9/10/2024 | |
| 9.0.0-preview.7.24405.7 | 188,290 | 8/13/2024 | |
| 9.0.0-preview.6.24327.7 | 68,105 | 7/9/2024 | |
| 9.0.0-preview.5.24306.7 | 70,999 | 6/11/2024 | |
| 9.0.0-preview.4.24266.19 | 62,604 | 5/21/2024 | |
| 9.0.0-preview.3.24172.9 | 81,128 | 4/11/2024 | |
| 9.0.0-preview.2.24128.5 | 65,098 | 3/12/2024 | |
| 9.0.0-preview.1.24080.9 | 77,983 | 2/13/2024 | |
| 8.0.0 | 240,457,723 | 11/14/2023 | |
| 8.0.0-rc.2.23479.6 | 86,812 | 10/10/2023 | |
| 8.0.0-rc.1.23419.4 | 126,467 | 9/12/2023 | |
| 8.0.0-preview.7.23375.6 | 52,338 | 8/8/2023 | |
| 8.0.0-preview.6.23329.7 | 49,174 | 7/11/2023 | |
| 8.0.0-preview.5.23280.8 | 83,520 | 6/13/2023 | |
| 8.0.0-preview.4.23259.5 | 189,764 | 5/16/2023 | |
| 8.0.0-preview.3.23174.8 | 98,359 | 4/11/2023 | |
| 8.0.0-preview.2.23128.3 | 352,824 | 3/14/2023 | |
| 8.0.0-preview.1.23110.8 | 32,858 | 2/21/2023 | |
| 7.0.0 | 200,936,089 | 11/7/2022 | |
| 7.0.0-rc.2.22472.3 | 61,722 | 10/11/2022 | |
| 7.0.0-rc.1.22426.10 | 51,262 | 9/14/2022 | |
| 7.0.0-preview.7.22375.6 | 42,872 | 8/9/2022 | |
| 7.0.0-preview.6.22324.4 | 29,598 | 7/12/2022 | |
| 7.0.0-preview.5.22301.12 | 30,234 | 6/14/2022 | |
| 7.0.0-preview.4.22229.4 | 43,213 | 5/10/2022 | |
| 7.0.0-preview.3.22175.4 | 31,346 | 4/13/2022 | |
| 7.0.0-preview.2.22152.2 | 26,779 | 3/14/2022 | |
| 7.0.0-preview.1.22076.8 | 27,128 | 2/17/2022 | |
| 6.0.0 | 648,181,673 | 11/8/2021 | |
| 6.0.0-rc.2.21480.5 | 86,443 | 10/12/2021 | |
| 6.0.0-rc.1.21451.13 | 78,022 | 9/14/2021 | |
| 6.0.0-preview.7.21377.19 | 48,488 | 8/10/2021 | |
| 6.0.0-preview.6.21352.12 | 31,264 | 7/14/2021 | |
| 6.0.0-preview.5.21301.5 | 69,820 | 6/15/2021 | |
| 6.0.0-preview.4.21253.7 | 40,315 | 5/24/2021 | |
| 6.0.0-preview.3.21201.4 | 76,743 | 4/8/2021 | |
| 6.0.0-preview.2.21154.6 | 85,889 | 3/11/2021 | |
| 6.0.0-preview.1.21102.12 | 89,750 | 2/12/2021 | |
| 5.0.0 | 372,877,411 | 11/9/2020 | |
| 5.0.0-rc.2.20475.5 | 103,436 | 10/13/2020 | |
| 5.0.0-rc.1.20451.14 | 205,397 | 9/14/2020 | |
| 1.1.1 | 889,273,915 | 5/12/2020 | |
| 1.1.0 | 422,383,916 | 12/3/2019 | |
| 1.1.0-preview3.19551.4 | 457,965 | 11/13/2019 | |
| 1.1.0-preview2.19523.17 | 77,231 | 11/1/2019 | |
| 1.1.0-preview1.19504.10 | 86,118 | 10/15/2019 | |
| 1.0.0 | 585,026,178 | 9/23/2019 | |
| 1.0.0-rc1.19456.4 | 98,096 | 9/16/2019 | |
| 1.0.0-preview9.19421.4 | 150,842 | 9/4/2019 | |
| 1.0.0-preview9.19416.11 | 1,296 | 9/4/2019 | |
| 1.0.0-preview8.19405.3 | 117,930 | 8/13/2019 | |
| 1.0.0-preview7.19362.9 | 145,505 | 7/23/2019 | |
| 1.0.0-preview6.19303.8 | 41,530 | 6/12/2019 | |
| 1.0.0-preview6.19264.9 | 1,593 | 9/4/2019 | |
| 1.0.0-preview6.19259.10 | 27,552 | 5/10/2019 |