Microsoft.Bcl.AsyncInterfaces
5.0.0-rc.2.20475.5
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" />
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"
// Install Microsoft.Bcl.AsyncInterfaces as a Cake Addin
#addin nuget:?package=Microsoft.Bcl.AsyncInterfaces&version=5.0.0-rc.2.20475.5&prerelease
// Install Microsoft.Bcl.AsyncInterfaces as a Cake Tool
#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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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 (914)
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. |
|
Microsoft.Extensions.Hosting.Abstractions
Hosting and startup abstractions for applications. |
|
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. |
GitHub repositories (310)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Bcl.AsyncInterfaces:
Repository | Stars |
---|---|
AvaloniaUI/Avalonia
A cross-platform UI framework for .NET
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
abpframework/abp
Open Source Web Application Framework for ASP.NET Core
|
|
jbogard/MediatR
Simple, unambitious mediator implementation in .NET
|