Peasy is a middle tier micro-framework that offers an easy to use and flexible rules engine and was designed to address common challenges such as threading, concurrency, scalability, fault tolerance, async and multiple client support.
Info
Version: | 5.1.1 |
Author(s): | Aaron Hanusa |
Last Update: | Saturday, September 24, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ahanusa/Peasy.NET |
NuGet Url: | https://www.nuget.org/packages/Peasy |
Install
Install-Package Peasy
dotnet add package Peasy
paket add Peasy
Peasy Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- System.ComponentModel.Annotations(>= 4.4.1)