Info
Version: | 1.0.4 |
Author(s): | Lutti Coelho |
Last Update: | Sunday, June 6, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/lutticoelho/RulesChain |
NuGet Url: | https://www.nuget.org/packages/RulesChain.Contracts |
Install
Install-Package RulesChain.Contracts
dotnet add package RulesChain.Contracts
paket add RulesChain.Contracts
RulesChain.Contracts Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Its based on Rules Design Pattern and Chain of Responsability Pattern and works like ASP.Net Core middlewares.
This package includes only the interfaces that is used on RuleChain package. You will only install this package alone if you want to inject your rules using dependecy injection.