Tolitech.CleanArchitecture.Domain.Specifications
1.0.0-alpha08
Suggested Alternatives
This is a prerelease version of Tolitech.CleanArchitecture.Domain.Specifications.
The owner has unlisted this package.
This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Tolitech.CleanArchitecture.Domain.Specifications --version 1.0.0-alpha08
NuGet\Install-Package Tolitech.CleanArchitecture.Domain.Specifications -Version 1.0.0-alpha08
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="Tolitech.CleanArchitecture.Domain.Specifications" Version="1.0.0-alpha08" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tolitech.CleanArchitecture.Domain.Specifications --version 1.0.0-alpha08
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Tolitech.CleanArchitecture.Domain.Specifications, 1.0.0-alpha08"
#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 Tolitech.CleanArchitecture.Domain.Specifications as a Cake Addin #addin nuget:?package=Tolitech.CleanArchitecture.Domain.Specifications&version=1.0.0-alpha08&prerelease // Install Tolitech.CleanArchitecture.Domain.Specifications as a Cake Tool #tool nuget:?package=Tolitech.CleanArchitecture.Domain.Specifications&version=1.0.0-alpha08&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Domain.Specifications
Overview
Welcome to the Domain.Specifications repository! This repository focuses on providing a robust implementation of the Specification pattern within the context of Clean Architecture. The Specification pattern is a design pattern used to represent business rules in a way that is both modular and reusable.
Key Features
Specification Base Class: BaseSpecification class offers a foundation for creating specifications, encapsulating conditions for queries.
Logical Operators: Easily combine specifications using logical operators (AND, OR, NOT) to form complex business rules.
Adherence to Clean Architecture Principles: Designed to seamlessly integrate with the principles of Clean Architecture, promoting separation of concerns and maintainability.
Product | Versions 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Tolitech.CleanArchitecture.Domain (>= 1.0.0-alpha04)
- Tolitech.Specifications (>= 1.0.0-alpha05)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
Simplify the definition and composition of complex business rules by using specifications that can be easily combined to form powerful queries.