Popularity
7.0
Stable
Activity
9.1
-
1,435
77
281

Description

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

Programming language: C#
License: MIT License
Tags: Engine     Business     Rules     DSL     Rete     Inference    
Latest version: v0.9.0

README

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

First, install NuGet. Then, install NRules from the Package Manager Console:

PM> Install-Package NRules

Getting Started

Use the following resources to get up and running with NRules.

Contributing

See [Contributor Guide](CONTRIBUTING.md) for the guidelines on how to contribute to the project.


Copyright © 2012-2021 Sergiy Nikolayev under the [MIT license](LICENSE.txt).


*Note that all licence references and agreements mentioned in the NRules README section above are relevant to that project's source code only.