FunctionalDdd.DomainDrivenDesign 1.1.1

There is a newer prerelease version of this package available.
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
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="FunctionalDdd.DomainDrivenDesign" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FunctionalDdd.DomainDrivenDesign --version 1.1.1
#r "nuget: FunctionalDdd.DomainDrivenDesign, 1.1.1"
#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.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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.38 36 4/24/2024
2.0.0-alpha.33 52 4/17/2024
2.0.0-alpha.26 63 4/9/2024
2.0.0-alpha.21 62 4/1/2024
2.0.0-alpha.19 54 3/5/2024
2.0.0-alpha.18 49 2/28/2024
2.0.0-alpha.17 55 2/26/2024
2.0.0-alpha.15 65 1/30/2024
2.0.0-alpha.8 49 1/27/2024
2.0.0-alpha.6 85 1/5/2024
1.1.1 671 11/15/2023
1.1.0-alpha.32 98 11/2/2023
1.1.0-alpha.30 192 10/31/2023
1.1.0-alpha.28 73 10/28/2023
1.1.0-alpha.27 73 10/28/2023
1.1.0-alpha.24 63 10/20/2023
1.1.0-alpha.23 75 10/13/2023
1.1.0-alpha.21 81 10/1/2023
1.1.0-alpha.20 67 9/30/2023
1.1.0-alpha.19 78 9/30/2023
1.1.0-alpha.18 86 9/29/2023
1.1.0-alpha.17 64 9/22/2023
1.1.0-alpha.13 56 9/16/2023
1.1.0-alpha.4 124 6/9/2023
1.1.0-alpha.3 70 6/8/2023
1.0.1 686 5/12/2023
0.1.0-alpha.40 98 4/6/2023
0.1.0-alpha.39 101 4/3/2023
0.1.0-alpha.38 125 4/2/2023
0.1.0-alpha.37 105 3/31/2023
0.1.0-alpha.35 102 3/29/2023
0.1.0-alpha.34 87 3/28/2023
0.1.0-alpha.32 115 3/18/2023
0.1.0-alpha.30 112 3/11/2023
0.1.0-alpha.27 110 3/7/2023
0.1.0-alpha.24 111 2/15/2023
0.1.0-alpha.22 100 2/15/2023
0.1.0-alpha.20 103 2/13/2023
0.1.0-alpha.19 77 2/13/2023
0.0.1-alpha.14 125 1/4/2023
0.0.1-alpha.4 102 12/30/2022