MicroRuleEngine icon indicating copy to clipboard operation
MicroRuleEngine copied to clipboard

The engine is unable to invoke Extension methods. Is this correct understanding?

Open MithunChopda opened this issue 8 months ago • 1 comments

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

MithunChopda avatar Jun 28 '24 19:06 MithunChopda