rules-framework icon indicating copy to clipboard operation
rules-framework copied to clipboard

A generic framework that allows defining and evaluating rules for complex business scenarios.

Results 34 rules-framework issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement
help wanted
medium priority

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...

low priority

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...

documentation
low priority

### 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...

maintenance & refactoring
low priority

## 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. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.Json&package-manager=nuget&previous-version=6.0.6&new-version=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...

dependencies