DomainDriven.Rules 0.1.12

dotnet add package DomainDriven.Rules --version 0.1.12
                    
NuGet\Install-Package DomainDriven.Rules -Version 0.1.12
                    
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="DomainDriven.Rules" Version="0.1.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DomainDriven.Rules" Version="0.1.12" />
                    
Directory.Packages.props
<PackageReference Include="DomainDriven.Rules" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DomainDriven.Rules --version 0.1.12
                    
#r "nuget: DomainDriven.Rules, 0.1.12"
                    
#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.
#addin nuget:?package=DomainDriven.Rules&version=0.1.12
                    
Install as a Cake Addin
#tool nuget:?package=DomainDriven.Rules&version=0.1.12
                    
Install as a Cake Tool

DomainDriven Libraries

This repository contains a set of libraries designed to facilitate the implementation of Domain-Driven Design (DDD) principles in .NET applications.

Projects

  • DomainDriven: Core DDD abstractions and patterns.
  • DomainDriven.API: Components for building DDD-aligned APIs.
  • DomainDriven.Dapper: Dapper-based implementations for data access.
  • DomainDriven.EF: Entity Framework Core-based implementations for data access.
  • DomainDriven.Mediatr: Integration with MediatR for command and query dispatching.
  • DomainDriven.Rules: Rule engine and specification pattern implementations.

Getting Started

Install the desired NuGet packages into your .NET project:

dotnet add package DomainDriven
dotnet add package DomainDriven.API
dotnet add package DomainDriven.Dapper
dotnet add package DomainDriven.EF
dotnet add package DomainDriven.Mediatr
dotnet add package DomainDriven.Rules

Contributing

Contributions are welcome! Please refer to the contribution guidelines for more information.

License

This project is licensed under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DomainDriven.Rules:

Package Downloads
DomainDriven.Dapper

Dapper integration for DomainDriven library.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.12 16 6/29/2025

Initial release of DomainDriven.Rules.