rules-framework
rules-framework copied to clipboard
A generic framework that allows defining and evaluating rules for complex business scenarios.
### Purpose Create caching functionality for rules fetched from data source. Implement first cache provider in-memory. ### Main functionalities Extend Rules.Framework functionalities by adding following cache behavior: - Cache response...
Add sample project demonstrating: - Creating rules engine. - Setting up a SQL Server database data source. - Building and adding rules. - Updating existent rules. - Evaluating rules (one...
Add sample project demonstrating: - Creating rules engine. - Setting up a MongoDB database data source. - Building and adding rules. - Updating existent rules. - Evaluating rules (one and...
### Is your request related to a problem you have? Remove the WithPriority(...) method which has been deprecated for quite some time now, and we think it is safe to...
## Description Please include here a description of the changes introduced by your new pull request. Remember, it is important to include as much information as possible on the context...
## Description Creates the Rule Query Language core language on top of the Rules.Framework rules engine, adding support for match and search expressions. Some examples of the language usage (using...
Bumps System.Text.Json from 6.0.6 to 8.0.4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...