Nito.AsyncEx 0.15.0-beta

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Nito.AsyncEx.
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Nito.AsyncEx --version 0.15.0-beta
NuGet\Install-Package Nito.AsyncEx -Version 0.15.0-beta
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="Nito.AsyncEx" Version="0.15.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nito.AsyncEx --version 0.15.0-beta
#r "nuget: Nito.AsyncEx, 0.15.0-beta"
#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 Nito.AsyncEx as a Cake Addin
#addin nuget:?package=Nito.AsyncEx&version=0.15.0-beta&prerelease

// Install Nito.AsyncEx as a Cake Tool
#tool nuget:?package=Nito.AsyncEx&version=0.15.0-beta&prerelease

A helper library for the Task-Based Asynchronous Pattern (TAP).

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  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. 
Silverlight sl4 is compatible.  sl5 was computed. 
Windows Phone wp71 is compatible.  wp8 is compatible.  wp81 was computed. 
Windows Store win8 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (352)

Showing the top 5 NuGet packages that depend on Nito.AsyncEx:

Package Downloads
Ecng.Common

Ecng system framework System Framework is a comprehensive collection of system classes designed for the development of connectors under the StockSharp platform.

Lykke.HttpClientGenerator

This package helps to generate client proxy for an api using the Refit library. It adds cache and retries using Polly to the generated proxies. User logic can also be added as wrappers to the requests or to the method calls.

Libplanet

A .NET library for creating multiplayer online game in decentralized fashion. See also the docs for details: https://docs.libplanet.io/

Mosaik.Core

Package Description

Soenneker.Utils.AsyncSingleton The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

An externally initializing singleton that uses double-check asynchronous locking, with optional async and sync disposal

GitHub repositories (61)

Showing the top 5 popular GitHub repositories that depend on Nito.AsyncEx:

Repository Stars
ppy/osu
rhythm is just a *click* away!
ThreeMammals/Ocelot
.NET API Gateway
louthy/language-ext
C# functional language extensions - a base class library for functional programming
Ombi-app/Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
Version Downloads Last updated
5.1.2 14,578,058 9/26/2021
5.1.1 6,096 9/25/2021
5.1.0 6,128,534 10/5/2020
5.0.0 9,332,751 4/2/2019
5.0.0-pre-06 67,331 2/26/2019
5.0.0-pre-05 2,065,366 9/9/2017
5.0.0-pre-04 8,293 8/26/2017
5.0.0-pre-03 3,116 8/26/2017
5.0.0-pre-02 51,328 4/16/2017
4.0.1 3,617,442 1/29/2017
4.0.1-pre 4,441 11/7/2016
4.0.0-pre 2,004 11/7/2016
3.0.1 3,249,758 9/5/2015
3.0.1-pre 6,031 2/22/2015
3.0.0 699,935 9/2/2014
2.1.3 612,783 12/21/2013
2.1.2 2,892 12/15/2013
2.1.1 2,706 12/15/2013
2.1.0 3,776 12/5/2013
2.0.0 8,983 11/6/2013
1.0.0 24,924 5/12/2013

[0.15.0] Upgraded to Microsoft.Bcl.Async 1.0.14-rc. Added DeferralManager, Task.Then, and AsyncFactory<T>.FromEvent. Changed default parameters to overloads.
   [0.14.0] Added CancellationTokenHelpers, AsyncProducerConsumerQueue, and AsyncCollection.
   [0.13.0] BREAKING CHANGES. Massive changes to enhance portable library support. Now uses Microsoft.Bcl.Async instead of Microsoft.CompilerServices.AsyncTargetingPack.
   [0.12.0] Completely reworked AsyncContext and AsyncContextThread. Added more TaskConstants, CancellationToken.AsTask, TaskFactory.Run, AsyncConditionVariable, AsyncMonitor, AsyncAutoResetEvent, AsyncBarrier, AsyncCountdownEvent, AsyncSemaphore, and some TCS extensions. Enhanced debugger and trace support for all types.
   [0.11.1] Corrected metadata.
   [0.11.0] Added FuncBlock and corrected TPL Dataflow references to the released version.
   [0.10.0] Added AsyncLazy, AsyncLock, AsyncManualResetEvent, and OrderByCompletion.
   [0.9.1] Fixed version number.
   [0.9.0] Removed SL4 and WP7 targets. Removed DataflowProgress from .NET 4.0 target. Removed several thread-specific properties from AsyncContextThread. Added Contracts to .NET 4.5 and Windows Store targets.
   [0.8.0] Removed Run overloads for AsyncContext and moved ICancelableAsync support to a separate assembly.
   [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.