Candor.WindowsAzure
1.5.0
dotnet add package Candor.WindowsAzure --version 1.5.0
NuGet\Install-Package Candor.WindowsAzure -Version 1.5.0
<PackageReference Include="Candor.WindowsAzure" Version="1.5.0" />
paket add Candor.WindowsAzure --version 1.5.0
#r "nuget: Candor.WindowsAzure, 1.5.0"
// Install Candor.WindowsAzure as a Cake Addin #addin nuget:?package=Candor.WindowsAzure&version=1.5.0 // Install Candor.WindowsAzure as a Cake Tool #tool nuget:?package=Candor.WindowsAzure&version=1.5.0
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.
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. |
-
- Candor.Core (>= 1.5.0)
- Common.Logging (>= 2.2.0)
- WindowsAzure.Storage (>= 2.1.0.3)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Candor.WindowsAzure:
Package | Downloads |
---|---|
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. |
|
Candor.WindowsAzure.Logging.Common
A Common.Logging factory adapter targeting Azure Table Storage. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.5.0 | 2,759 | 9/30/2015 |
1.3.0 | 1,357 | 1/30/2015 |
1.2.10 | 3,066 | 7/24/2014 |
1.2.9 | 1,916 | 5/12/2014 |
1.2.8 | 1,907 | 5/7/2014 |
1.2.7 | 2,113 | 2/12/2014 |
1.2.6 | 3,109 | 10/19/2013 |
1.2.5 | 1,365 | 9/25/2013 |
1.1.3 | 1,356 | 9/22/2013 |
1.1.2 | 1,297 | 9/17/2013 |
1.1.1 | 1,297 | 9/17/2013 |
1.1.0 | 1,291 | 9/17/2013 |
1.0.0.1 | 1,289 | 8/20/2013 |
1.0.0 | 1,990 | 8/20/2013 |
This code is open source and can be found at https://github.com/michael-lang/candor-windowsazure.
In depth articles can be found at http://candordeveloper.com/
Changes:
1.5.0: Added numerous string extensions to help build better table storage keys
1.3.0: CloudTableProxy: changed UpdateBatch to ReplaceBatch. UpdateBatch was mistakenly attemping inserts.
1.2.11: CloudTableProxy: fix exception message when row key generated was null.
1.2.10: Update package dependency references, updated documentation.
1.2.9: TableEntityProxy: when two properties / sub-properties serialize to the same column name,
instead of a generic duplicate key error, now a detailed message mentions the duplicate property expression.
1.2.8: Update candor package dependency references (Still Azure libs 2.1.0.3)
1.2.7: CloudBlobRules .GetValidBlobName now supports mixed case (upper case previously caused validation error)
1.2.6: Updates to CloudBlobProxy, update package dependency references
1.2.0: Added CloudBlobProxy class: works similarly to CloudTableProxy and CloudQueueProxy
1.1.4: CloudTableProxy: Delete failures now return more cause detail in exception.
1.1.3: CloudQueueProxy: On adding a record change notification, it now ensures the Azure queue exists.
1.1.2: Batch update/insert operations now recompute PartitionKey/RowKey for each record before running the batch.
1.1: Added CloudTableProxy: InsertOrMergeBatch() and InsertOrReplaceBatch()