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

Github wiki page e.g. https://github.com/microsoft/RulesEngine/wiki/Getting-Started is not up to date as docs stored in https://github.com/microsoft/RulesEngine/blob/main/docs/Getting-Started.md Links seems to be incorrect like: ![image](https://github.com/microsoft/RulesEngine/assets/37485681/50a96e0b-c4be-4ade-b3f2-68f3f915b7c0) Probably redeploy wiki pages based on those newer...

documentation

Bumps [Moq](https://github.com/moq/moq) from 4.20.69 to 4.20.70. Release notes Sourced from Moq's releases. v4.20.70 What's Changed 🔨 Other Restore GDPR compliance and privacy by @​DanWillman in devlooped/moq#1402 Improve performance for mocking...

dependencies
.NET

Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore). These dependencies needed to be updated together. Updates `Microsoft.EntityFrameworkCore.Sqlite` from 7.0.8 to 7.0.14 Release notes Sourced from Microsoft.EntityFrameworkCore.Sqlite's releases. EF Core 7.0.14 This is a patch...

dependencies
.NET

I know we can just simply use custom actions that will execute any number of actions. however, I am talking about when trying to build a facility to design rules...

enhancement

Currently, in the custom Actions, within the Run method, there is no way of getting the instance of the RulesEngine, ActionContext also doesn't supply a property/method of referencing the RulesEngine...

enhancement

In many complex scenarios, the order in which rules are evaluated significantly impacts the performance and outcome. Current operators like "And" and "Or" do not provide enough control for scenarios...

enhancement

Dear Community, i am really new to Rules Engine and now have a question. Is it possible to create only named parameters that can be accessed for writing and reading...

Updated projects to reference .NET 7 from .NET 6. Unit tests all pass. Not sure if other testing is necessary, or there are other implications to this upgrade that I'm...

Hello, I am writing to seek assistance regarding an issue we are encountering while using the RulesEngine. We have a RulesExpression with multiple rules, where the output of one rule...

needs investigation

Hello, I have been using this library and got stuck with this issue. When querying a database table using EFCore, DbSet.Include does not seem to work Below is sample entity/table...

needs investigation