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

Recently upgraded from v4.0.0 to v5.0.6 and noticed a huge bump in CPU usage when using the ExecuteAllRulesAsync routine. After going back through the change log, I can see this...

https://github.com/microsoft/RulesEngine/blob/71d59dce931d45eb9b9df97e35ac6721f0083352/README.md?plain=1#L34C8-L34C30

Hi, I would like to get some insight of the `System.Text.Json` migration move if possible. ## Context As far as I can tell, the following change (introduced by https://github.com/microsoft/RulesEngine/pull/599) introduced...

Hi everyone, I would like to propose an alignment around the maintenance and future of RulesEngine. --- **Summary of recent events**: - In #604, @abbasc52 announced that he could no...

Fix casting error "The binary operator Equal is not defined for the types 'System.Text.Json.JsonElement' and 'System.String'." It's done in the github editor

Bumps [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core) from 1.6.0.1 to 1.6.2. Release notes Sourced from System.Linq.Dynamic.Core's releases. v1.6.2 What's Changed Update CreateRelease.yml to auto generate release notes by @​StefH in zzzprojects/System.Linq.Dynamic.Core#903 Update DynamicGetMemberBinder to add...

dependencies
.NET

Makes it possible to execute a single rule by taking advantage of the workflow cache. Also allows to execute actions of child rules.

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 6.0.11 to 9.0.2. Release notes Sourced from System.Text.Json's releases. .NET 9.0.2 Release What's Changed [release/9.0-staging] Ensure Vector.Create is properly recognized as intrinsic by @​github-actions in dotnet/runtime#109322 [release/9.0-staging]...

dependencies
.NET

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 3.0.1 to 3.0.2. Commits dd36e86 v3.0.2 b67d776 Defer reporting until TestComplete ecace34 Remove commented out project element 2009e51 Update to .NET SDK 9 for builds c676360 Add...

dependencies
.NET

When I try to calculate the TotalMinutes of the time difference between two DateTime values, it always results in an error.Here is my code below. ![Image](https://github.com/user-attachments/assets/2d590455-2bb5-47fb-a324-cfe042a9de1f) ![Image](https://github.com/user-attachments/assets/f2627693-7a9d-4d69-b2af-54961a5b8e2a) ![Image](https://github.com/user-attachments/assets/7d2f9952-af2c-4ca1-ab94-af9f04ec2fd2)