MicroRuleEngine
MicroRuleEngine copied to clipboard
A .Net Rule Engine for dynamically evaluating business rules compiled on the fly.
Would it be possible to access a dictionary by name? example) myDict["KeyName"]
First off, let me say that this is an excellent project! I have been able to do more in solving my business problem with your code than any other rules...
When trying to invoke Extension methods, the engine throws method not found exception. I am assuming because typeof() returns the base type and thus the extensions methods are not visible....