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.


Keywords
business, dsl, engine, inference, rete, rules, c-sharp, nrules, rule-engine, rules-engine
License
MIT
Install
Install-Package NRules -Version 0.2.2

Documentation

NRules

NRules is an open source production rules engine for .NET, based on the Rete matching algorithm. Rules are authored in C# using internal DSL.

Build status NuGet NRules on Stack Overflow Join the chat

Installing NRules

To install NRules, get it from nuget via the package manager

> Install-Package NRules

Getting Started

Use the following resources to get up and running with NRules

Getting Help

Use the following discussion and Q&A platforms to get help with NRules

Contributing

See Contributor Guide for the guidelines on how to contribute to the project.


Copyright © 2012-2024 Sergiy Nikolayev under the MIT license.