GdNet.Data.EF
1.5.0
See the version list below for details.
dotnet add package GdNet.Data.EF --version 1.5.0
NuGet\Install-Package GdNet.Data.EF -Version 1.5.0
<PackageReference Include="GdNet.Data.EF" Version="1.5.0" />
paket add GdNet.Data.EF --version 1.5.0
#r "nuget: GdNet.Data.EF, 1.5.0"
// Install GdNet.Data.EF as a Cake Addin #addin nuget:?package=GdNet.Data.EF&version=1.5.0 // Install GdNet.Data.EF as a Cake Tool #tool nuget:?package=GdNet.Data.EF&version=1.5.0
Repository base classes for EF
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.0
- EntityFramework (>= 6.1.3)
- GdNet.Domain (>= 1.2.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on GdNet.Data.EF:
Package | Downloads |
---|---|
GdNet.DataReferences.EF
DataReference for EF |
|
GdNet.Data.AppCommon.EF
A long description of the package. This shows up in the right pane of the Add Package Dialog as well as in the Package Manager Console when listing packages using the Get-Package command. |
|
Rabbit.SecurityLayer.Data
Rabbit.SecurityLayer.Data - Layer |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.1 | 1,183 | 3/22/2018 |
2.3.0 | 990 | 12/22/2017 |
2.2.2 | 956 | 9/28/2017 |
2.2.1 | 929 | 8/28/2017 |
2.2.0 | 912 | 8/28/2017 |
2.1.2 | 1,023 | 7/9/2017 |
2.1.1 | 1,008 | 4/5/2017 |
2.0.3 | 988 | 2/27/2017 |
2.0.2 | 973 | 12/28/2016 |
2.0.1 | 1,005 | 12/27/2016 |
2.0.0 | 1,263 | 3/11/2016 |
1.6.1 | 1,042 | 3/8/2016 |
1.6.0 | 1,000 | 3/8/2016 |
1.5.4 | 1,082 | 1/20/2016 |
1.5.2 | 1,167 | 1/15/2016 |
1.5.1 | 1,025 | 1/10/2016 |
1.5.0 | 1,045 | 12/26/2015 |
1.4.1 | 1,047 | 10/10/2015 |
1.3.0 | 1,113 | 9/17/2015 |
1.2.0 | 1,088 | 9/13/2015 |
1.1.0 | 1,081 | 9/12/2015 |
Version 1.5.0
- Update GdNet.Domain to version 1.2.0
Version 1.4.0
- Add extension methods on DbContext
Version 1.3.0
- Add DeletionStrategy, use ChangeAvailabilityDeletionStrategy by default
Version 1.2.1
- GetById will throw exception EntityNotFoundException if no entity found
Version 1.2.0
- Change access modifier for SavingStrategy to protected
Version 1.1.0
- Add saving strategy