AsyncBridge 0.3.1
C# 5 async/await support for .NET Framework pre-4.5
This package is now unified to include all functionality from AsyncBridge.Net35 and AsyncBridge.Portable.
Install-Package AsyncBridge -Version 0.3.1
dotnet add package AsyncBridge --version 0.3.1
<PackageReference Include="AsyncBridge" Version="0.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AsyncBridge --version 0.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AsyncBridge, 0.3.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
https://github.com/OmerMor/AsyncBridge/blob/master/CHANGELOG.md#v030
Dependencies
-
.NETFramework 3.5 Client
- TaskParallelLibrary (>= 1.0.2856)
-
.NETFramework 4.0 Client
- No dependencies.
-
Portable Class Library (.NETFramework 4.0, Silverlight 5.0)
- No dependencies.
Used By
NuGet packages (15)
Showing the top 5 NuGet packages that depend on AsyncBridge:
Package | Downloads |
---|---|
LINQKit.Core
LinqKit.Core contains extensions for LINQ to SQL and Entity Framework. Note that Include(...), IAsync and IDbAsync are not supported.
|
|
MyToolkit.Extended
MyToolkit is a set of .NET libraries containing lots of useful classes for various .NET platforms like WinRT, Windows Phone, WPF and Silverlight.
|
|
Rocket.Compatibility
.NET backports for RocketMod .NET Game Server Plugin Framework
|
|
Cube.Core
Support the MVVM pattern in WPF or WinForms applications.
|
|
Ifp.Validation
Library for defining validation rules, combine them to sets of rules and test objects against that rules.
|
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on AsyncBridge:
Repository | Stars |
---|---|
scottksmith95/LINQKit
LINQKit is a free set of extensions for LINQ to SQL and Entity Framework power users.
|
|
RicoSuter/MyToolkit
MyToolkit for .NET
|