Info
Version: | 0.6.2 |
Last Update: | Friday, May 19, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://nrules.net/ |
NuGet Url: | https://www.nuget.org/packages/NRules.FluentDsl |
Install
Install-Package NRules.FluentDsl
dotnet add package NRules.FluentDsl
paket add NRules.FluentDsl
NRules.FluentDsl Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- NRules.RuleModel(>= 0.6.2 && <= 0.6.2)
- NETStandard.Library(>= 1.6.0)
- NRules.RuleModel(>= 0.6.2 && <= 0.6.2)
NRules is an inference engine that, among other features, supports forward chaining, negative, existential and universal quantifiers. Rules are authored in C# using internal DSL.
This package installs the fluent DSL for authoring rules in C# with NRules.
These rules can be then compiled to the canonical rules model, recognized by the NRules rules engine.