RulesEngine
RulesEngine copied to clipboard
A Json based Rules Engine with extensive Dynamic expression support
Currently RulesEngine supports any data source due to it taking input in json. However users still need to write all the CRUD operations for the data source to use it...
Hello, I am stuck with one scenario where I need to call multiple rules in 1 rule, here is simple example which I would like to achieve. Any help in...
Hi, Here is a snippet where we pass certain parameters on success and failure methods.  Now I was expecting the underlying value in my action context but instead I...
Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) from 6.0.3 to 6.0.9. Release notes Sourced from Microsoft.EntityFrameworkCore's releases. EF Core 6.0.9 This is a patch release of EF Core 6.0 containing only important bug fixes: Scaffolding...
Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) from 6.0.3 to 6.0.9. Release notes Sourced from Microsoft.EntityFrameworkCore.Sqlite's releases. EF Core 6.0.9 This is a patch release of EF Core 6.0 containing only important bug fixes: Scaffolding...
I have created a rule in the rule engine in the azure blob storage that is Validatealert and this rule defines the expression which contains the left and right-side dynamic...
Hello I can't find it in docs nor in wiki, what's the advised lifetime of the RulesEngine object? Should I create it every time I need it and it will...
Hi Team, I am trying to execute my workflow using **ExecuteActionWorkflowAsync** method of MS rule engine but here I am not being able to use custom method in an expression,...
When trying to specify a custom name for a parameter we are receiving the following error: Parameter Declaration: ``` var wfParams = new MyParam() { Value1 = "value1", Value2 =...
I've encountered an unexpected behavior when evaluating an expression using the RulesEngine `RuleExpressionParser` with default `ReSettings`. Specifically, an expression that should logically return `false` is instead returning `true`. This issue...