rules-framework icon indicating copy to clipboard operation
rules-framework copied to clipboard

A generic framework that allows defining and evaluating rules for complex business scenarios.

Results 34 rules-framework issues
Sort by recently updated
recently updated
newest added

## Description Renames content type to ruleset and condition type to condition: - `TContentType` generic references renamed to `TRuleset`. - `TConditionType` generic references renamed to `TCondition`. - Method names referencing...

## Description Release 3.0.0 Includes: - #167 - #168 - #169 - #171 - #172 - #173 > [!WARNING] > BREAKING CHANGES: > - `PriotityCriteria` property on `RulesEngineOptions` - previously...

## Description For performance reasons, this PR replaces the references: - `IEnumerable` by `IDictionary` - `IEnumerable` by `IDictionary` > [!WARNING] > BREAKING CHANGE: conditions are no longer accepted via a...

### Is your request related to a problem you have? We currently have a large set of rules defined using code from a version of the framework prior to v3.0....

enhancement
high priority