Abbas Cyclewala

Results 59 comments of Abbas Cyclewala

Hi @MithunChopda can you please share sample code to reproduce this issue?

Hi @ianido , Thanks for raising this PR, both the suggestions are valid but I would like to discuss them, since it will impact existing functionality. For ExecuteRule, we already...

@Amina-2310 not sure if it is a typo but can you try after removing the trailing semicolon here: ```input2.FirstOrDefault(x => x.fullName != null);```

@Amina-2310. Could you try using `dynamic newInput = new Object();` RulesEngine requires Inputs of either strong type or ExpandoObject

@contione Can you provide more details on this? Also if you can share some example of expected behavior it will help

@n-rowe may i know why are you using `ExpandoObject` and not directly a typed object?

@manjits1991 this is more of a compilation issue rather than parsing. Would need more details on type of input that you pass

@daxnet Currently it is not possible to pass same RulesEngine instance to a custom action but it is possible to pass a different instance. Can you share your requirement? it...

@jchen-chc can you share the number of rules and the performance numbers?

@taskinozdemir thanks for raising this PR. Is there a specific requirement to enable/disable cache? If yes we might need to modify [RuleExpressionParser](https://github.com/microsoft/RulesEngine/blob/main/src/RulesEngine/ExpressionBuilders/RuleExpressionParser.cs) to support no-cache scenarios. Also, we would need...