GdNet.Domain
2.2.0
dotnet add package GdNet.Domain --version 2.2.0
NuGet\Install-Package GdNet.Domain -Version 2.2.0
<PackageReference Include="GdNet.Domain" Version="2.2.0" />
paket add GdNet.Domain --version 2.2.0
#r "nuget: GdNet.Domain, 2.2.0"
// Install GdNet.Domain as a Cake Addin
#addin nuget:?package=GdNet.Domain&version=2.2.0
// Install GdNet.Domain as a Cake Tool
#tool nuget:?package=GdNet.Domain&version=2.2.0
Base classes for domain entities
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- GdNet.Common (>= 2.9.0)
-
.NETStandard 2.0
- GdNet.Common (>= 2.9.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 | 423 | 10/22/2020 |
2.1.0 | 993 | 12/25/2017 |
2.0.5 | 898 | 7/8/2017 |
2.0.4 | 900 | 2/22/2017 |
2.0.3 | 1,156 | 3/21/2016 |
2.0.2 | 903 | 3/19/2016 |
2.0.1 | 1,002 | 3/11/2016 |
2.0.0 | 978 | 3/10/2016 |
1.5.0 | 1,026 | 1/20/2016 |
1.4.0 | 859 | 1/19/2016 |
1.3.0 | 1,293 | 1/15/2016 |
1.2.0 | 911 | 12/26/2015 |
1.1.1 | 1,010 | 9/12/2015 |
1.1.0 | 977 | 9/10/2015 |
1.0.1 | 941 | 9/10/2015 |
Version 2.2.0
- Support netstandard
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