RulesEngine icon indicating copy to clipboard operation
RulesEngine copied to clipboard

A Json based Rules Engine with extensive Dynamic expression support

Results 112 RulesEngine issues
Sort by recently updated
recently updated
newest added

We need to disable memory cache. If we set size limit to 0 or negative it will always try to clear queue. There is a defect here. ![Capture](https://user-images.githubusercontent.com/16115416/219676954-ea8322b9-259a-49f5-8e50-d504fec9e6c6.PNG)

How to achieve case sensitive string comparison in rule expression. Example, object1.Name == "SAM" and object1.Name == "sam" should be treated differently for my scenario. Appreciate any suggestions.

I've an interesting scenario that is driving me nuts: I have a model that I am registering to RulesEngine via parameter (`line`) that consists of: `IReadOnlyList Modifiers { get; }`...

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.1 to 2.3.0. Release notes Sourced from coverallsapp/github-action's releases. v2.3.0 What's Changed Set default values as strings per GH Action requirements by @​littleforest in coverallsapp/github-action#204 Allow pinning...

dependencies
github_actions

This work should solve #594 by moving from Newtonsoft.Json to System.Text.Json

Just wanted to see if the authors of this repo are maintaining it anymore, or if its been left for the larger community.

Is there a plan to move from Newtonsoft.Json to System.Text.Json? Will this make RulesEngine AOT compatible, or is there still other logic relying on reflection? Is there ways to use...

Are there any plans to support access to properties on Lists like resource.Users.Name? Currently you get the exception "No property or field 'Name' exists in type 'List`1'". Which directs me...

Hi! I'm doing experiments with this engine, where I'm simulating some real cases in my work and studying possibilities where my current scenario is not able to perform. Looking deeper...