Microsoft.Bcl.AsyncInterfaces
5.0.0-rc.2.20475.5
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.2.20475.5
NuGet\Install-Package Microsoft.Bcl.AsyncInterfaces -Version 5.0.0-rc.2.20475.5
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0-rc.2.20475.5" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0-rc.2.20475.5" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
paket add Microsoft.Bcl.AsyncInterfaces --version 5.0.0-rc.2.20475.5
#r "nuget: Microsoft.Bcl.AsyncInterfaces, 5.0.0-rc.2.20475.5"
#:package Microsoft.Bcl.AsyncInterfaces@5.0.0-rc.2.20475.5
#addin nuget:?package=Microsoft.Bcl.AsyncInterfaces&version=5.0.0-rc.2.20475.5&prerelease
#tool nuget:?package=Microsoft.Bcl.AsyncInterfaces&version=5.0.0-rc.2.20475.5&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 (485)
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 supercharge productivity and customization on Windows
|
|
|
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 |
|---|---|---|
| 11.0.0-preview.1.26104.118 | 3,627 | 2/10/2026 |
| 10.0.3 | 165,263 | 2/10/2026 |
| 10.0.2 | 1,494,414 | 1/13/2026 |
| 10.0.1 | 1,914,253 | 12/9/2025 |
| 10.0.0 | 5,364,050 | 11/11/2025 |
| 10.0.0-rc.2.25502.107 | 95,406 | 10/14/2025 |
| 10.0.0-rc.1.25451.107 | 68,641 | 9/9/2025 |
| 10.0.0-preview.7.25380.108 | 20,606 | 8/12/2025 |
| 10.0.0-preview.6.25358.103 | 59,176 | 7/15/2025 |
| 10.0.0-preview.5.25277.114 | 92,331 | 6/6/2025 |
| 9.0.13 | 12,496 | 2/10/2026 |
| 9.0.12 | 143,311 | 1/13/2026 |
| 9.0.11 | 815,445 | 11/11/2025 |
| 9.0.10 | 3,155,086 | 10/14/2025 |
| 9.0.9 | 4,740,765 | 9/9/2025 |
| 9.0.8 | 4,615,661 | 8/4/2025 |
| 9.0.7 | 3,593,812 | 7/8/2025 |
| 9.0.6 | 5,770,211 | 6/10/2025 |
| 9.0.5 | 5,850,105 | 5/13/2025 |
| 5.0.0-rc.2.20475.5 | 103,807 | 10/13/2020 |