CodeTiger.Core
1.0.1
See the version list below for details.
dotnet add package CodeTiger.Core --version 1.0.1
NuGet\Install-Package CodeTiger.Core -Version 1.0.1
<PackageReference Include="CodeTiger.Core" Version="1.0.1" />
paket add CodeTiger.Core --version 1.0.1
#r "nuget: CodeTiger.Core, 1.0.1"
// Install CodeTiger.Core as a Cake Addin #addin nuget:?package=CodeTiger.Core&version=1.0.1 // Install CodeTiger.Core as a Cake Tool #tool nuget:?package=CodeTiger.Core&version=1.0.1
A .NET library that provides a variety of reusable functionality, including packed integers (PackedInt16, PackedInt32, and PackedInt64), guard methods, various extension methods, and classes related to the Task Parallel Library (AsyncLazy, AsyncLock, AsyncAutoResetEvent, and AsyncManualResetEvent).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CodeTiger.Core:
Package | Downloads |
---|---|
CodeTiger.Azure.Cosmos
A .NET library that provides additional functionality for interacting with Azure Cosmos DB. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.2 | 8,327 | 9/24/2022 |
2.1.0 | 7,637 | 10/22/2021 |
2.0.0 | 2,032 | 9/7/2020 |
2.0.0-beta13 | 496 | 2/12/2020 |
2.0.0-beta10 | 469 | 11/7/2019 |
2.0.0-beta09 | 418 | 11/7/2019 |
2.0.0-beta01 | 519 | 3/17/2019 |
1.2.0 | 42,101 | 5/13/2017 |
1.1.0 | 1,215 | 10/6/2016 |
1.0.1 | 1,286 | 10/8/2015 |
1.0.0 | 1,405 | 4/29/2015 |
1.0.0-rc1 | 964 | 4/5/2015 |
Fixed deadlock issues with the non-Async methods of AsyncLock, AsyncWaitHandle, AsyncManualResetEvent, and AsyncAutoResetEvent.