Enkoni.Entities 3.1.0-beta04

This is a prerelease version of Enkoni.Entities.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Enkoni.Entities --version 3.1.0-beta04
NuGet\Install-Package Enkoni.Entities -Version 3.1.0-beta04
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="Enkoni.Entities" Version="3.1.0-beta04" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Enkoni.Entities --version 3.1.0-beta04
#r "nuget: Enkoni.Entities, 3.1.0-beta04"
#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 Enkoni.Entities as a Cake Addin
#addin nuget:?package=Enkoni.Entities&version=3.1.0-beta04&prerelease

// Install Enkoni.Entities as a Cake Tool
#tool nuget:?package=Enkoni.Entities&version=3.1.0-beta04&prerelease

Contains the basic functionality of a generic data-access layer which can be utilized in a typical multi-tier application

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Enkoni.Entities:

Package Downloads
Enkoni.Entities.Database

Package Description

Enkoni.Entities.File

Package Description

Enkoni.Entities.Service

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0-beta02 316 6/25/2021
4.0.0-beta01 347 6/25/2021
3.7.0 2,101 12/4/2016
3.6.0 1,614 6/15/2016
3.5.0 1,319 9/19/2015
3.4.0 1,758 4/13/2015
3.3.0 1,573 4/6/2015
3.3.0-beta2 1,051 4/5/2015
3.3.0-beta1 1,061 4/5/2015
3.2.0 1,826 2/14/2015
3.2.0-rc1 1,142 2/9/2015
3.1.0 1,687 5/1/2014
3.1.0-beta04 1,204 4/7/2014
3.1.0-beta03 1,223 4/6/2014
3.1.0-beta02 1,251 3/30/2014
3.1.0-beta01 1,164 3/24/2014
3.0.0.1 2,246 1/17/2014
3.0.0 2,015 11/23/2013
2.0.0.2 1,968 11/1/2013
2.0.0.1 2,241 7/4/2013
2.0.0 2,376 11/28/2012
1.4.0.1 2,177 10/8/2012
1.4.0 2,215 9/1/2012
1.3.0 2,894 8/27/2011
1.2.0 2,404 6/8/2011
1.1.0 2,380 5/1/2011

A bug in the UpdateEntity method of the SubDomainModel class prevented the abstract method UpdateEntityCore from being called in case the updated
entity and the database entity where the same reference.
The EntityValidator now relies on System.ComponentModel.DataAnnotations for the validation
Added a new Reset method to the Repository class which can be used to revert any changes made to the repository.
The project now references EntityFramework 6.1.0 (old version was 5.0).
Added a new Execute method to the Repository class that can be used to execute custom actions that don't have to return one or more entities.