CorLib 0.0.2.5

dotnet add package CorLib --version 0.0.2.5
                    
NuGet\Install-Package CorLib -Version 0.0.2.5
                    
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="CorLib" Version="0.0.2.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CorLib" Version="0.0.2.5" />
                    
Directory.Packages.props
<PackageReference Include="CorLib" />
                    
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 CorLib --version 0.0.2.5
                    
#r "nuget: CorLib, 0.0.2.5"
                    
#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.
#addin nuget:?package=CorLib&version=0.0.2.5
                    
Install CorLib as a Cake Addin
#tool nuget:?package=CorLib&version=0.0.2.5
                    
Install CorLib as a Cake Tool

CorLib is a class-library containing many useful types missing from the .NET Framework, such as Gate, AtomicUInt64, & EventLoopSchedulerSlim, and extension methods expanding on Rx's ToTask for APM integration, as well as WaitHandle conversions to IObsevable<Unit>!

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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CorLib:

Package Downloads
Corlib-Reactive

Corlib-Reactive is a class-library containing many useful types missing from the .NET Framework, such as the EventLoopSchedulerSlim, extension methods expanding on Rx's ToTask for APM integration, as well as WaitHandle conversions to IObsevable<Unit>!

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.2.5 3,368 1/19/2012

Corrected TaskUtilities visibility and implementation of AsyncCallback in ToTask