RulesEngine icon indicating copy to clipboard operation
RulesEngine copied to clipboard

A Json based Rules Engine with extensive Dynamic expression support

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

**ERROR: Enum type 'Biller.MasterDocuments.Customer' not found** Below is the input data (input1) [jsonformatter.txt](https://github.com/microsoft/RulesEngine/files/9225757/jsonformatter.txt) Expression: utils.CheckContains(new string[]{ "Sachin", "SAMPLE A SAMPLE"},String(input1.Biller.MasterDocuments.Customer.CustomerName)) == true **Util class:** internal class TestInstanceUtils { public bool...

Suppose we have a Workflow with two rules but we want to make sure that rules in this workflow doesn't violate each other. Does it need an extra feature to...

Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) from 6.0.3 to 6.0.7. Release notes Sourced from Microsoft.EntityFrameworkCore's releases. .NET 6.0.7 Release EF Core 6.0.6 This is a patch release of EF Core 6.0 containing only important...

dependencies
.NET

Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) from 6.0.3 to 6.0.7. Release notes Sourced from Microsoft.EntityFrameworkCore.Sqlite's releases. .NET 6.0.7 Release EF Core 6.0.6 This is a patch release of EF Core 6.0 containing only important...

dependencies
.NET

I have a scenario where I need to compare the 'Type' field in json data: `{ "Name": "test", "Type": "Basic" }` My rule is: (I'm using `event` as the RuleParameter...

needs investigation

I have a program that is used in a production environment. His working principle is to first get the item information to do rule matching, if the match fails, automatically...

needs investigation

Exist any project to create a visual editor to rules engine, like Bot Framework Composer ? Thanks Best regards Carbonete

enhancement
help wanted

Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 11.0.1 to 11.0.3. Release notes Sourced from FluentValidation's releases. 11.0.3 Release notes Please read the upgrade guide if you are moving from 10.x to 11.x Changes in...

dependencies
.NET

What if the next rule use a value to a variable after running successfully using the previous rule。How should i do. If tempc + = 1 when the conditions of...

enhancement

RulesEngine has many amazing features but lacks detailed documentation on those. - Json based rules defination - Multiple input support - Dynamic object input support - C# Expression support -...

documentation
help wanted
good first issue