VOOZH about

URL: https://www.nuget.org/packages/AsyncBridge/

⇱ NuGet Gallery | AsyncBridge 0.3.1




AsyncBridge 0.3.1

dotnet add package AsyncBridge --version 0.3.1
 
 
NuGet\Install-Package AsyncBridge -Version 0.3.1
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AsyncBridge" Version="0.3.1" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AsyncBridge" Version="0.3.1" />
 
Directory.Packages.props
<PackageReference Include="AsyncBridge" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AsyncBridge@0.3.1
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AsyncBridge&version=0.3.1
 
Install as a Cake Addin
#tool nuget:?package=AsyncBridge&version=0.3.1
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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.

Product Versions Compatible and additional computed target framework versions.
.NET Framework net35-client net35-client is compatible.  net40-client net40-client is compatible.  net45 net45 is compatible.  net451 net451 was computed.  net452 net452 was computed.  net46 net46 was computed.  net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 3.5 Client

  • .NETFramework 4.0 Client

    • No dependencies.
  • Portable Class Library (.NETFramework 4.0, Silverlight 5.0)

    • No dependencies.

NuGet packages (21)

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.

Rocket.Compatibility

.NET backports for RocketMod .NET Game Server Plugin Framework

AdvancedSharpAdbClient

AdvancedSharpAdbClient is a .NET library that allows .NET, Mono, Unity applications to communicate with Android devices. It's a improved version of SharpAdbClient.

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.

Cube.Core

Basic components to practice the MVVM pattern in application development.

GitHub repositories (6)

Showing the top 6 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
SharpAdb/AdvancedSharpAdbClient
AdvancedSharpAdbClient is a .NET library that allows .NET, Mono and Unity applications to communicate with Android devices. It's improved version of SharpAdbClient.
kekyo/FlashCap
Independent video frame capture library on .NET/.NET Core and .NET Framework.
pubnub/c-sharp
PubNub clients for C-Sharp based languages, including MS Windows C#/.net, Silveright, IIS, and Mono
kekyo/GitReader
Lightweight Git local repository traversal library for .NET/.NET Core/.NET Framework.