CloudSoft.Repositories
2.3.9.3
dotnet add package CloudSoft.Repositories --version 2.3.9.3
NuGet\Install-Package CloudSoft.Repositories -Version 2.3.9.3
<PackageReference Include="CloudSoft.Repositories" Version="2.3.9.3" />
paket add CloudSoft.Repositories --version 2.3.9.3
#r "nuget: CloudSoft.Repositories, 2.3.9.3"
// Install CloudSoft.Repositories as a Cake Addin #addin nuget:?package=CloudSoft.Repositories&version=2.3.9.3 // Install CloudSoft.Repositories as a Cake Tool #tool nuget:?package=CloudSoft.Repositories&version=2.3.9.3
CloudSoft.Repositories help you to use a generic (unit of work) repository for EntityFramework 6 with data migration based on sql script
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.5
- EntityFramework (>= 6.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.3.9.3 | 2,262 | 8/12/2015 | |
2.3.8.2-beta | 945 | 10/12/2014 | |
2.3.8.1-beta | 1,001 | 10/12/2014 | |
2.3.7 | 1,233 | 6/30/2014 | |
2.3.1 | 1,348 | 2/15/2014 | |
2.2.0 | 1,209 | 1/13/2014 | |
2.1.0 | 1,151 | 1/13/2014 | |
2.0.0.1 | 1,297 | 10/23/2013 | |
2.0.0 | 1,238 | 10/21/2013 | |
1.3.0.3 | 1,240 | 9/2/2013 | |
1.3.0.2 | 1,607 | 4/6/2013 | |
1.3.0.1 | 1,251 | 4/6/2013 | |
0.9.0 | 1,432 | 2/15/2013 |
2.3.9.3 refresh all views compatible with sql azure
2.3.7 New versionning, improve MemoryRepository with async
2.3.1 Add Logger
2.2.0 Prevent lock on sync methods (duplicate code)
2.1.0 Support Async (EF6)
2.0.0.1 Issue with autoincrement on schema table
2.0.0.0 Migration dotnet 4.0 to 4.5 and EntityFramework 5.0 to 6.0
1.3.0.3 Add BulkInsert() on IRepository