Candor.Core 1.5.0

dotnet add package Candor.Core --version 1.5.0
NuGet\Install-Package Candor.Core -Version 1.5.0
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="Candor.Core" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Candor.Core --version 1.5.0
#r "nuget: Candor.Core, 1.5.0"
#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 Candor.Core as a Cake Addin
#addin nuget:?package=Candor.Core&version=1.5.0

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

Common classes used by other Candor libraries.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 is compatible.  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 (7)

Showing the top 5 NuGet packages that depend on Candor.Core:

Package Downloads
Candor.Security

Custom Identities and the related authentication API This code is open source.

Candor.WindowsAzure

Currently Supports Azure SDK 2.2. Azure SDK 3.x support will come after RTM. Proxies around the Azure Storage v2.0.0 API, TableEntity, CloudTable, and CloudQueue; making it simpler to use Azure within a repository.

Candor.Security.SqlProvider

A SqlClient implementation of the security providers.

Candor.WindowsAzure.Tasks

An abstract extension to Candor.Tasks for processing messages from an Azure queue.

Candor.Security.AzureStorageProvider

An Azure storage provider implementation for Candor.Security base providers. This code is open source.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.0 5,350 9/30/2015
1.4.1 1,741 1/30/2015
1.3.0 1,641 8/11/2014
1.2.1 5,537 7/24/2014
1.2.0 1,376 7/16/2014
1.1.0 3,425 5/7/2014
1.0.1 6,364 10/19/2013
1.0.0 4,409 8/20/2013
0.10.11.30726 2,050 8/16/2013
0.7.0.30405 2,562 4/5/2013
0.6.1.30221 2,686 2/21/2013
0.6.0.30129 2,109 1/30/2013
0.5.0.21231 1,683 12/31/2012
0.4.0.21227 1,807 12/27/2012
0.3.0.21219 1,675 12/20/2012
0.2.0.21218 1,670 12/18/2012
0.1.0.21216 1,624 12/17/2012

This code is open source and can be found at https://github.com/michael-lang/candor-common.
     In depth articles can be found at http://candordeveloper.com/
     Changes:
     1.5.0: * Added numerous string extension methods
     * Fixed exception message format string in ProviderCollection
     1.4.1: * RepeatingWorkerRoleTask - Added CheckIn method to reset the inactivity restart trigger
     1.3.0: * StringExtensions - LexicalAdd overload added, added TrimNotIn+, ReplaceNotIn
     1.2.1: * SequenceIdGenerator - Fix retry bug when calling NextId when cached ids are used up.
     Also now a syncronization failure to get a new Id range logs the problem as a warning (formerly error) since it will retry.
     * RepeatingWorkerRoleTask - fix Ping task restart logic to recognize new custom delay added in 1.2.0.
     * updated NuGet package to include debug symbols, updated documentation.
     1.2.0: * RepeatingWorkerTask implementations can now pass back an override
     custom delay duration from each processing iteration
     * No broken interfaces, only additions.  An upgrade should not cause any issues.
     1.1.0: ProviderResolver error message for resolving a non-configured type is now meaningful.
     1.0.1: Update package dependency references