AsynchronousBridge 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package AsynchronousBridge --version 1.0.3
NuGet\Install-Package AsynchronousBridge -Version 1.0.3
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="AsynchronousBridge" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AsynchronousBridge --version 1.0.3
#r "nuget: AsynchronousBridge, 1.0.3"
#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.
// Install AsynchronousBridge as a Cake Addin
#addin nuget:?package=AsynchronousBridge&version=1.0.3

// Install AsynchronousBridge as a Cake Tool
#tool nuget:?package=AsynchronousBridge&version=1.0.3

Binaries for the AsyncBridge library.
       Visit https://github.com/tejacques/AsyncBridge for an overview and usage examples.

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

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on AsynchronousBridge:

Package Downloads
Naos.Database.Tools

Created on 2017-10-21 08:13

Naos.Database.MessageBus.Hangfire.Console

Created on 2023-05-05 19:43

Niknak.Social.Twitter

A simple library for retrieving data from Twitter, via searching, a user's timeline or a stream. Data is dropped into either included basic types or types the calling code specifies, so long as they implement the included interfaces.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.2 457,789 12/9/2013
1.2.1 1,977 10/9/2013
1.2.0 1,858 10/3/2013
1.1.1 1,873 9/20/2013
1.0.3 2,095 7/7/2013

Version 1.0.3:
        - Include updated documentation and debugging information in package

       Version 1.0.2:
        - Fix a race condition by replacing task.ContinueWith with the direct continuation invocation

       Version 1.0.1:
        - Include XML Documentation

       Version 1.0.0:
       Fully operational basic functionary for
        - AsyncBridge.Run(Task)
        - AsyncHelper.FireAndForget(Func<Task>, Action<Exception>)