Enkoni.Entities
3.1.0-beta01
This is a prerelease version of Enkoni.Entities.
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 Enkoni.Entities --version 3.1.0-beta01
NuGet\Install-Package Enkoni.Entities -Version 3.1.0-beta01
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-beta01" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Enkoni.Entities" Version="3.1.0-beta01" />
<PackageReference Include="Enkoni.Entities" />
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 Enkoni.Entities --version 3.1.0-beta01
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Enkoni.Entities, 3.1.0-beta01"
#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.
#:package Enkoni.Entities@3.1.0-beta01
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Enkoni.Entities&version=3.1.0-beta01&prerelease
#tool nuget:?package=Enkoni.Entities&version=3.1.0-beta01&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Contains the basic functionality of a generic data-access layer which can be utilized in a typical multi-tier application
| Product | Versions 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.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.4.0 | 140 | 4/13/2015 |
| 3.3.0 | 48 | 4/6/2015 |
| 3.3.0-beta2 | 32 | 4/5/2015 |
| 3.3.0-beta1 | 33 | 4/5/2015 |
| 3.2.0 | 73 | 2/14/2015 |
| 3.2.0-rc1 | 35 | 2/9/2015 |
| 3.1.0 | 114 | 5/1/2014 |
| 3.1.0-beta04 | 45 | 4/7/2014 |
| 3.1.0-beta03 | 49 | 4/6/2014 |
| 3.1.0-beta02 | 46 | 3/30/2014 |
| 3.1.0-beta01 | 45 | 3/24/2014 |
| 3.0.0.1 | 55 | 1/17/2014 |
| 3.0.0 | 55 | 11/23/2013 |
| 2.0.0.2 | 55 | 11/1/2013 |
| 2.0.0.1 | 52 | 7/4/2013 |
| 2.0.0 | 61 | 11/28/2012 |
| 1.4.0.1 | 52 | 10/8/2012 |
| 1.4.0 | 53 | 9/1/2012 |
| 1.3.0 | 54 | 8/27/2011 |
| 1.2.0 | 58 | 6/8/2011 |
Loading failed
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.