MicroRuleEngine
MicroRuleEngine copied to clipboard
The engine is unable to invoke Extension methods. Is this correct understanding?
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. Is this correct understanding? Example: User.Identities.First() here method First is not found