Tolitech.Specifications
1.0.0-alpha06
This is a prerelease version of Tolitech.Specifications.
dotnet add package Tolitech.Specifications --version 1.0.0-alpha06
NuGet\Install-Package Tolitech.Specifications -Version 1.0.0-alpha06
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.Specifications" Version="1.0.0-alpha06" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tolitech.Specifications --version 1.0.0-alpha06
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Tolitech.Specifications, 1.0.0-alpha06"
#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.Specifications as a Cake Addin #addin nuget:?package=Tolitech.Specifications&version=1.0.0-alpha06&prerelease // Install Tolitech.Specifications as a Cake Tool #tool nuget:?package=Tolitech.Specifications&version=1.0.0-alpha06&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Specifications
Overview
Welcome to the Specifications repository! This repository is dedicated to providing implementations and abstractions for the Specification pattern, a design pattern widely used to express modular and reusable business rules.
Key Features
Specification Base Class: BaseSpecification class serves as 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.
Declarative Business Logic: Enhance code readability by expressing business logic in a more declarative and organized manner.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Tolitech.Specifications:
Package | Downloads |
---|---|
Tolitech.CleanArchitecture.Domain.Specifications
The Domain.Specifications repository provides a foundational implementation for the Specification pattern within the Clean Architecture context. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-alpha06 | 100 | 2/28/2024 |
1.0.0-alpha05 | 84 | 1/16/2024 |
1.0.0-alpha04 | 76 | 1/12/2024 |
1.0.0-alpha03 | 85 | 12/21/2023 |
1.0.0-alpha02 | 67 | 12/21/2023 |
1.0.0-alpha01 | 106 | 12/5/2023 |
Adding AddInclude as a string.