CloudSoft.Repositories 2.3.9.3

This package has been deprecated as it is legacy and is no longer maintained.
dotnet add package CloudSoft.Repositories --version 2.3.9.3
                    
NuGet\Install-Package CloudSoft.Repositories -Version 2.3.9.3
                    
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="CloudSoft.Repositories" Version="2.3.9.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CloudSoft.Repositories" Version="2.3.9.3" />
                    
Directory.Packages.props
<PackageReference Include="CloudSoft.Repositories" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CloudSoft.Repositories --version 2.3.9.3
                    
#r "nuget: CloudSoft.Repositories, 2.3.9.3"
                    
#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.
#addin nuget:?package=CloudSoft.Repositories&version=2.3.9.3
                    
Install CloudSoft.Repositories as a Cake Addin
#tool nuget:?package=CloudSoft.Repositories&version=2.3.9.3
                    
Install CloudSoft.Repositories as a Cake Tool

CloudSoft.Repositories help you to use a generic (unit of work) repository for EntityFramework 6 with data migration based on sql script

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,379 8/12/2015 2.3.9.3 is deprecated because it is no longer maintained.
2.3.8.2-beta 1,036 10/12/2014
2.3.8.1-beta 1,092 10/12/2014
2.3.7 1,326 6/30/2014
2.3.1 1,448 2/15/2014
2.2.0 1,306 1/13/2014
2.1.0 1,249 1/13/2014
2.0.0.1 1,395 10/23/2013
2.0.0 1,337 10/21/2013
1.3.0.3 1,335 9/2/2013
1.3.0.2 1,709 4/6/2013
1.3.0.1 1,351 4/6/2013
0.9.0 1,534 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