RulesEngine
RulesEngine copied to clipboard
A Json based Rules Engine with extensive Dynamic expression support
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:  Probably redeploy wiki pages based on those newer...
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...
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...
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...
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...
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...
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...
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...