GdNet.Domain
2.0.3
See the version list below for details.
dotnet add package GdNet.Domain --version 2.0.3
NuGet\Install-Package GdNet.Domain -Version 2.0.3
<PackageReference Include="GdNet.Domain" Version="2.0.3" />
<PackageVersion Include="GdNet.Domain" Version="2.0.3" />
<PackageReference Include="GdNet.Domain" />
paket add GdNet.Domain --version 2.0.3
#r "nuget: GdNet.Domain, 2.0.3"
#:package GdNet.Domain@2.0.3
#addin nuget:?package=GdNet.Domain&version=2.0.3
#tool nuget:?package=GdNet.Domain&version=2.0.3
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 | 758 | 10/22/2020 |
| 2.1.0 | 1,630 | 12/25/2017 |
| 2.0.5 | 1,372 | 7/8/2017 |
| 2.0.4 | 1,369 | 2/22/2017 |
| 2.0.3 | 1,634 | 3/21/2016 |
| 2.0.2 | 1,376 | 3/19/2016 |
| 2.0.1 | 1,658 | 3/11/2016 |
| 2.0.0 | 1,612 | 3/10/2016 |
| 1.5.0 | 1,473 | 1/20/2016 |
| 1.4.0 | 1,306 | 1/19/2016 |
| 1.3.0 | 1,753 | 1/15/2016 |
| 1.2.0 | 1,354 | 12/26/2015 |
| 1.1.1 | 1,455 | 9/12/2015 |
| 1.1.0 | 1,428 | 9/10/2015 |
| 1.0.1 | 1,402 | 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