GdNet.Domain
2.0.2
See the version list below for details.
dotnet add package GdNet.Domain --version 2.0.2
NuGet\Install-Package GdNet.Domain -Version 2.0.2
<PackageReference Include="GdNet.Domain" Version="2.0.2" />
paket add GdNet.Domain --version 2.0.2
#r "nuget: GdNet.Domain, 2.0.2"
// Install GdNet.Domain as a Cake Addin #addin nuget:?package=GdNet.Domain&version=2.0.2 // Install GdNet.Domain as a Cake Tool #tool nuget:?package=GdNet.Domain&version=2.0.2
Base classes for domain entities
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.5
- GdNet.Common (>= 1.7.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on GdNet.Domain:
Package | Downloads |
---|---|
GdNet.Data.EF
Repository base classes for EF |
|
GdNet.DataReferences.Domain
DataReference domain. |
|
GdNet.Domain.AppCommon
AppCommon |
|
GdNet.Layers.AutoMapper
AutoMapper extensions |
|
GdNet.Layers.Services
Service layer base |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.0 | 566 | 10/22/2020 |
2.1.0 | 1,147 | 12/25/2017 |
2.0.5 | 1,041 | 7/8/2017 |
2.0.4 | 1,042 | 2/22/2017 |
2.0.3 | 1,291 | 3/21/2016 |
2.0.2 | 1,039 | 3/19/2016 |
2.0.1 | 1,154 | 3/11/2016 |
2.0.0 | 1,108 | 3/10/2016 |
1.5.0 | 1,147 | 1/20/2016 |
1.4.0 | 965 | 1/19/2016 |
1.3.0 | 1,409 | 1/15/2016 |
1.2.0 | 1,017 | 12/26/2015 |
1.1.1 | 1,126 | 9/12/2015 |
1.1.0 | 1,089 | 9/10/2015 |
1.0.1 | 1,060 | 9/10/2015 |
Version 2.0.0
- Support generic as an option
Version 1.5.0
- Support to set entity's availability when instantiate new instance. It's not availabe by default.
Version 1.4.0
- Add DefaultStateStrategy that always allows to change state
- Fix NoStateStrategy that will raise an exception NoStateException
Version 1.3.0
- Add StateLastChangedAt and it will be filled along with State
Version 1.2.0
- Save method on multiple entities will return a list of saved entities
Version 1.1.1
- Initialize default values for Id and CreatedAt