FunctionalDdd.DomainDrivenDesign
1.1.1
See the version list below for details.
dotnet add package FunctionalDdd.DomainDrivenDesign --version 1.1.1
NuGet\Install-Package FunctionalDdd.DomainDrivenDesign -Version 1.1.1
<PackageReference Include="FunctionalDdd.DomainDrivenDesign" Version="1.1.1" />
paket add FunctionalDdd.DomainDrivenDesign --version 1.1.1
#r "nuget: FunctionalDdd.DomainDrivenDesign, 1.1.1"
// Install FunctionalDdd.DomainDrivenDesign as a Cake Addin #addin nuget:?package=FunctionalDdd.DomainDrivenDesign&version=1.1.1 // Install FunctionalDdd.DomainDrivenDesign as a Cake Tool #tool nuget:?package=FunctionalDdd.DomainDrivenDesign&version=1.1.1
Using the library's classes, it is possible to create Aggregate, Entity, and ValueObject classes. These classes can be validated using Fluent Validation to ensure that all domain properties are in a valid state. For simple ValueObjects with a single value, ScalarValueObject can be used. If the only requirement for a ValueObject is that the value is not null or empty, RequiredString can be utilized.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FunctionalDdd.DomainDrivenDesign:
Package | Downloads |
---|---|
FunctionalDdd.CommonValueObjects
To avoid passing around strings, it is recommended to use RequiredString to obtain strongly typed properties. The source code generator will automate the implementation process. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0-alpha.52 | 44 | 11/7/2024 |
2.0.0-alpha.48 | 42 | 11/2/2024 |
2.0.0-alpha.47 | 42 | 10/30/2024 |
2.0.0-alpha.44 | 100 | 10/18/2024 |
2.0.0-alpha.42 | 54 | 10/14/2024 |
2.0.0-alpha.39 | 80 | 6/27/2024 |
2.0.0-alpha.38 | 64 | 4/24/2024 |
2.0.0-alpha.33 | 67 | 4/17/2024 |
2.0.0-alpha.26 | 90 | 4/9/2024 |
2.0.0-alpha.21 | 76 | 4/1/2024 |
2.0.0-alpha.19 | 66 | 3/5/2024 |
2.0.0-alpha.18 | 63 | 2/28/2024 |
2.0.0-alpha.17 | 67 | 2/26/2024 |
2.0.0-alpha.15 | 77 | 1/30/2024 |
2.0.0-alpha.8 | 62 | 1/27/2024 |
2.0.0-alpha.6 | 98 | 1/5/2024 |
1.1.1 | 718 | 11/15/2023 |
1.1.0-alpha.32 | 117 | 11/2/2023 |
1.1.0-alpha.30 | 209 | 10/31/2023 |
1.1.0-alpha.28 | 88 | 10/28/2023 |
1.1.0-alpha.27 | 89 | 10/28/2023 |
1.1.0-alpha.24 | 79 | 10/20/2023 |
1.1.0-alpha.23 | 90 | 10/13/2023 |
1.1.0-alpha.21 | 103 | 10/1/2023 |
1.1.0-alpha.20 | 82 | 9/30/2023 |
1.1.0-alpha.19 | 99 | 9/30/2023 |
1.1.0-alpha.18 | 103 | 9/29/2023 |
1.1.0-alpha.17 | 78 | 9/22/2023 |
1.1.0-alpha.13 | 71 | 9/16/2023 |
1.1.0-alpha.4 | 141 | 6/9/2023 |
1.1.0-alpha.3 | 86 | 6/8/2023 |
1.0.1 | 723 | 5/12/2023 |
0.1.0-alpha.40 | 119 | 4/6/2023 |
0.1.0-alpha.39 | 120 | 4/3/2023 |
0.1.0-alpha.38 | 144 | 4/2/2023 |
0.1.0-alpha.37 | 126 | 3/31/2023 |
0.1.0-alpha.35 | 119 | 3/29/2023 |
0.1.0-alpha.34 | 101 | 3/28/2023 |
0.1.0-alpha.32 | 131 | 3/18/2023 |
0.1.0-alpha.30 | 127 | 3/11/2023 |
0.1.0-alpha.27 | 127 | 3/7/2023 |
0.1.0-alpha.24 | 130 | 2/15/2023 |
0.1.0-alpha.22 | 117 | 2/15/2023 |
0.1.0-alpha.20 | 120 | 2/13/2023 |
0.1.0-alpha.19 | 92 | 2/13/2023 |
0.0.1-alpha.14 | 145 | 1/4/2023 |
0.0.1-alpha.4 | 115 | 12/30/2022 |