Farfetch / rules-framework

A generic framework that allows defining and evaluating rules for complex business scenarios.
MIT License
40 stars 7 forks source link

Remove the WithPriority() deprecated method #133

Open luispfgarces opened 1 year ago

luispfgarces commented 1 year ago

Is your request related to a problem you have?

Remove the WithPriority(...) method which has been deprecated for quite some time now, and we think it is safe to remove it.

image

Describe the solution you'd like

Removal of the method. Its functionality has been replaced by the RuleAddPriorityOption on RulesEngine.AddRuleAsync(...).

image

Are you able to help bring it to life and contribute with a Pull Request?

Yes

Additional context

No response