Metadata >> NuGet >> Nito.AsyncEx >> 0.7.0

0.7.0

Metadata

Authors Stephen Cleary
Description A helper library for using the Task-Based Asynchronous Pattern (TAP) and Visual Studio Async CTP / Visual Studio 2011.
IconUrl https://lh3.googleusercontent.com/-rWegFo7oREc/Tmgxy2qf6mI/AAAAAAAAFoE/15IERRFJ01I/s800/cadence%2525202%252520small.PNG
Language en-US
Owners Stephen Cleary
ProjectUrl http://nitoasyncex.codeplex.com/
ReleaseNotes [0.7.0] Added Run/RunTask overloads for AsyncContext. [0.6.0] Added Silverlight 5 build. [0.5.0] Moved ICancelableAsync support to a separate class to avoid requiring a reference to Microsoft.TeamFoundation.Client. [0.4.0] Added ICancelableAsync support; corrected ToEnd exception handling; changed ExceptionHelpers to detect and use ExceptionDispatchInfo at runtime. [0.3.0] Added Metro dev preview (.NETCore45) and .NET 4.5 dev preview (net45-client) builds. [0.2.0] Added progress implementations (ObserverProgress, PropertyProgress, and ProducerProgress) and SynchronizationContextHelpers.CurrentOrDefault. [0.1.0] Added WaitHandle.WaitOne(CancellationToken), Task.WaitWithoutException, and CancellationToken overloads for all Task.Wait* methods.
RequireLicenseAcceptance False
Summary A helper library for using the Task-Based Asynchronous Pattern (TAP) and Visual Studio Async CTP / Visual Studio 2011.
Tags nito async task asynchronous async-ctp await async-await iasyncresult net40 net45 netcore45 sl4
Title Async and Task Helpers

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 Nito.AsyncEx -Version 0.7.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Nito.AsyncEx -Version 0.7.0 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete Nito.AsyncEx 0.7.0 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

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

OpenWrap

Installing the package:
o add-wrap Nito.AsyncEx -Version 0.7.0
Uninstalling the package:
o remove-wrap Nito.AsyncEx

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