Candor.Core
1.5.0
dotnet add package Candor.Core --version 1.5.0
NuGet\Install-Package Candor.Core -Version 1.5.0
<PackageReference Include="Candor.Core" Version="1.5.0" />
paket add Candor.Core --version 1.5.0
#r "nuget: Candor.Core, 1.5.0"
// 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 | Versions 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. |
-
- Common.Logging (>= 2.2.0)
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,595 | 9/30/2015 |
1.4.1 | 1,796 | 1/30/2015 |
1.3.0 | 1,672 | 8/11/2014 |
1.2.1 | 5,963 | 7/24/2014 |
1.2.0 | 1,413 | 7/16/2014 |
1.1.0 | 3,563 | 5/7/2014 |
1.0.1 | 6,644 | 10/19/2013 |
1.0.0 | 4,618 | 8/20/2013 |
0.10.11.30726 | 2,129 | 8/16/2013 |
0.7.0.30405 | 2,655 | 4/5/2013 |
0.6.1.30221 | 2,780 | 2/21/2013 |
0.6.0.30129 | 2,181 | 1/30/2013 |
0.5.0.21231 | 1,729 | 12/31/2012 |
0.4.0.21227 | 1,863 | 12/27/2012 |
0.3.0.21219 | 1,728 | 12/20/2012 |
0.2.0.21218 | 1,725 | 12/18/2012 |
0.1.0.21216 | 1,659 | 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