Ease.Repository.AzureTable
0.2.0
C#/.Net building blocks supporting implementation of the repository and unit of work patterns for Azure Table.
Install-Package Ease.Repository.AzureTable -Version 0.2.0
dotnet add package Ease.Repository.AzureTable --version 0.2.0
<PackageReference Include="Ease.Repository.AzureTable" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ease.Repository.AzureTable --version 0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ease.Repository.AzureTable, 0.2.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install Ease.Repository.AzureTable as a Cake Addin #addin nuget:?package=Ease.Repository.AzureTable&version=0.2.0 // Install Ease.Repository.AzureTable as a Cake Tool #tool nuget:?package=Ease.Repository.AzureTable&version=0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
## 0.2.0 |* Initial repo skeleton files and processes |* Baseline interfaces and abstract classes, and `AzureTable` support |* Detailed Samples (under the `Samples` folder) |* Some preliminary documentation
Dependencies
-
.NETStandard 2.0
- ChangeTracking (>= 2.2.13)
- Ease.Repository (>= 0.2.0)
- Ease.Util (>= 0.3.0)
- Microsoft.Azure.Cosmos.Table (>= 1.0.4)
- Microsoft.Extensions.Configuration.Abstractions (>= 2.2.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Ease.Repository.AzureTable:
Package | Downloads |
---|---|
Ease.Repository.AzureTable.Test
C#/.Net building blocks supporting integration testing of concrete repository and unit of work implementations based on Ease.Repository.AzureTable. The abstract base classes provide a set of baseline tests as protected *_Impl(...) methods that you delegate to in trivial overrides. This provides the benefit of a default set of tests for repository classes without forcing one particular test framework or another on you.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
0.2.0 | 247 | 9/4/2019 |
0.2.0-alpha.21 | 151 | 8/29/2019 |