Metadata >> NuGet >> AsynchronousBridge >> 1.2.1

1.2.1

Metadata

Authors Tom Jacques
Copyrights Copyright 2013
Description Binaries for the AsyncBridge library. Visit https://github.com/tejacques/AsyncBridge for an overview and usage examples.
IconUrl https://raw.github.com/tejacques/AsyncBridge/master/icon/AsyncBridge.png
LicenseUrl https://github.com/tejacques/AsyncBridge/blob/master/LICENSE.txt
Owners Tom Jacques
ProjectUrl https://github.com/tejacques/AsyncBridge/
ReleaseNotes Version Release Notes: Version 1.2.1 - Small improvements to error handling Version 1.2.0 - Allow for recursive asynchronicity by passing the current task queue. Version 1.1.1: - Better dependency management Version 1.1.0: - Add support for .NET 4.0 - Added new method to unwrap task result in callback. - Bug fixes in error handling. 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>)
RequireLicenseAcceptance False
Summary An open source helper library for interacting with asynchronous methods from synchronous ones from Windows Forms and ASP.NET applications.
Tags Asynchronous Async Await Deadlock Callback
Dependencies Microsoft.Bcl.Async::net40|::net45
Title AsyncBridge
PackageSize 26003
PackageHashAlgorithm SHA512
PackageHash ggkMruRa9b4Mxtw1DhDmw64Kd2FY4MsPk0kteGsl+I4i81svjOH8uNuTTsewwd8cYLK4aRNVDp6UxZvs7PoAjg==
DownloadCount 000000
CreatedDate 2013-10-09T01:56:47

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install AsynchronousBridge -Version 1.2.1 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install AsynchronousBridge -Version 1.2.1 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete AsynchronousBridge 1.2.1 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package AsynchronousBridge -Version 1.2.1 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package AsynchronousBridge -Version 1.2.1 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap AsynchronousBridge -Version 1.2.1
Uninstalling the package:
o remove-wrap AsynchronousBridge

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.0 Binaries
AnyCPU Release .NETFramework,Version=v4.5 Binaries