CloudSoft.Repositories
2.3.7
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package CloudSoft.Repositories --version 2.3.7
NuGet\Install-Package CloudSoft.Repositories -Version 2.3.7
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.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CloudSoft.Repositories --version 2.3.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CloudSoft.Repositories, 2.3.7"
#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.
// Install CloudSoft.Repositories as a Cake Addin #addin nuget:?package=CloudSoft.Repositories&version=2.3.7 // Install CloudSoft.Repositories as a Cake Tool #tool nuget:?package=CloudSoft.Repositories&version=2.3.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.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.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