Cadru.Core 2.0.5809.109

There is a newer version of this package available.
See the version list below for details.
dotnet add package Cadru.Core --version 2.0.5809.109
NuGet\Install-Package Cadru.Core -Version 2.0.5809.109
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="Cadru.Core" Version="2.0.5809.109" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cadru.Core --version 2.0.5809.109
#r "nuget: Cadru.Core, 2.0.5809.109"
#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 Cadru.Core as a Cake Addin
#addin nuget:?package=Cadru.Core&version=2.0.5809.109

// Install Cadru.Core as a Cake Tool
#tool nuget:?package=Cadru.Core&version=2.0.5809.109

This is the main Cadru library, packaged as a Portable Class Library (PCL) targeting .NET Framework 4, Silverlight 5, Windows Phone 8.1, Windows Phone Silverlight 8, and Windows 8.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Cadru.Core:

Package Downloads
Cadru.Core.Windows

This is a non-portable class library (targeting .NET Framework 4) meant for Windows desktop applications.

Cadru.AspNetCore.Mvc

Provides additional support for working with ASP.NET Core, including TagHelpers, View Location Expanders, support for IMetadataAware, and rendering enumerated types as SelectLists based on a UiHint attribute.

Cadru.Net

Provides transient error detection strategies for adding retry logic into your HttpClient calls and a UrlBuilder to help simplify building complex URLs.

Cadru.AspNetCore.Mvc.Core

Provides additional TagHelpers and View Location Expanders for ASP.NET Core.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.0 64,416 1/21/2023
5.0.8 40,961 5/26/2021
5.0.7 3,100 3/2/2021
5.0.6-preview-8.21126.266 158 2/26/2021
5.0.6-preview-3.21081.263 170 2/1/2021
5.0.4-preview-3.21080.252 1,130 1/30/2021
5.0.2-preview-1.20580.240 230 11/30/2020
5.0.1-preview-1.20467.228 227 9/17/2020
4.6.0 6,519 9/17/2020
4.5.0 2,759 9/13/2020
4.0.4-preview.84.20463.220 235 9/13/2020
4.0.4-preview.84.20460.217 254 9/10/2020
4.0.3 2,410 8/10/2020
4.0.2 2,597 8/9/2020
4.0.1-preview.4.20327.8548 427 6/27/2020
4.0.0-preview6-201 1,789 4/15/2020
4.0.0-preview6-200 1,400 4/1/2020
4.0.0-preview6-192 1,317 3/23/2020
4.0.0-preview6-191 1,401 3/23/2020
4.0.0-preview2-144 1,783 11/6/2017
4.0.0-preview2-142 1,781 9/14/2017
4.0.0-preview1 1,812 5/28/2017
4.0.0-preview.13.20409.104 336 8/9/2020
3.0.5869.111 1,847 1/26/2016
2.0.5809.109 2,173 11/28/2015
2.0.5792.103 1,697 11/10/2015
1.0.5753.99 1,967 10/2/2015
1.0.5750.96 1,691 9/29/2015
1.0.5750.94 2,485 9/29/2015
1.0.5745.84 1,728 9/24/2015
1.0.5745.67 2,144 9/24/2015
1.0.5745.66 1,668 9/24/2015
1.0.5700.65 2,187 8/10/2015
1.0.5697.64 1,903 8/7/2015
1.0.5683.63 1,983 7/24/2015
1.0.5379.60 1,767 9/23/2014
1.0.5375.59 1,701 9/19/2014
1.0.5375.58 1,699 9/19/2014
1.0.44 1,677 9/18/2014
1.0.0 14,992 9/18/2014

**(Breaking change)** Renamed RelativeDateFormattingOptions to RelativeDateFormatting.
     Added GetDescription and GetDescriptions to Enum(T).
     Updated EnumExtensions.GetDescription to behave like Enum(T).GetDescription.
     Added a ReverseComparisonComparer.
     Added IsEnum and IsType to Requires and Assumes.
     Added a Partition method for enumerables.