asulwer / RulesEngine

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

develop #17

Closed asulwer closed 3 months ago

asulwer commented 3 months ago

separate interfaces

asulwer commented 3 months ago

removed unused using statements solution wide

asulwer commented 3 months ago

created a Base Interface, two interfaces created which inherit from Base, original code in IRulesEngine (everyone is used to this code) extra CancellationToken and methods using proper naming conventions are in IRulesEngineEx. RulesEngine is partial and has two files with separated code for the two interfaces

asulwer commented 3 months ago

unnecessarily lowered code coverage during testing but keeping lowered until more tests have been added