# NRules **Repository Path**: hwb0703/NRules ## Basic Information - **Project Name**: NRules - **Description**: 基于C#的规则引擎 - **Primary Language**: C# - **License**: MIT - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-08-24 - **Last Updated**: 2023-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NRules NRules is an open source production rules engine for .NET, based on the [Rete](http://en.wikipedia.org/wiki/Rete_algorithm) matching algorithm. Rules are authored in C# using internal DSL. [![Build status](https://img.shields.io/appveyor/ci/nrules/nrules.svg)](https://ci.appveyor.com/project/NRules/nrules) [![NuGet](https://img.shields.io/nuget/v/NRules.svg)](https://nuget.org/packages/NRules) [![NRules on Stack Overflow](https://img.shields.io/badge/stack%20overflow-nrules-orange.svg)](http://stackoverflow.com/questions/tagged/nrules) [![Join the chat](https://img.shields.io/gitter/room/nrules/nrules.svg)](https://gitter.im/nrules/nrules) ## Installing NRules First, [install NuGet](https://docs.microsoft.com/nuget/guides/install-nuget). Then, install [NRules](https://www.nuget.org/packages/NRules) from the Package Manager Console: PM> Install-Package NRules ## Getting Started Use the following resources to get up and running with NRules. - [Getting Started Guide](https://github.com/NRules/NRules/wiki/Getting-Started) - [Wiki Documentation](https://github.com/NRules/NRules/wiki) - [API Documentation](https://nrules.net/api/index.html) - [Discussions](https://github.com/NRules/NRules/discussions) - [Stack Overflow](https://stackoverflow.com/questions/tagged/nrules) - [Gitter Chat](https://gitter.im/NRules/NRules) ## Contributing See [Contributor Guide](CONTRIBUTING.md) for the guidelines on how to contribute to the project. --- Copyright © 2012-2021 [Sergiy Nikolayev](https://github.com/snikolayev) under the [MIT license](LICENSE.txt).