asulwer / RulesEngine

Rules Engine with extensive Dynamic expression support
MIT License
6 stars 1 forks source link

Enforce CancellationToken in ActionBase and Derived Classes #1

Closed RenanCarlosPereira closed 1 week ago

RenanCarlosPereira commented 1 week ago

Description: This pull request introduces a breaking change to the ActionBase class, requiring all derived classes to pass a CancellationToken parameter. The Run method in ActionBase now mandates a CancellationToken parameter.

Changes:

Impact:

Action Required:

asulwer commented 1 week ago

i am reviewing this now. looks good to go as far as i can see