NRules is an open source rules engine for .NET that is based on the Rete matching algorithm with rules authored in C# using internal DSL.
Info
Version: | 0.9.4 |
Author(s): | Sergiy Nikolayev |
Last Update: | Friday, December 22, 2023 |
.NET Fiddle: | Online Example |
Project Url: | https://nrules.net/ |
NuGet Url: | https://www.nuget.org/packages/NRules |
Install
Install-Package NRules
dotnet add package NRules
paket add NRules
NRules Download (Unzip the "nupkg" after downloading)
Dependencies
- NRules.Runtime(>= 0.9.1 && <= 0.9.1)
- NRules.Fluent(>= 0.9.1 && <= 0.9.1)
Tags