asulwer / RulesEngine

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

https://github.com/asulwer/RulesEngine/issues/75 #82

Closed asulwer closed 2 weeks ago

asulwer commented 2 weeks ago

created an example which shows how to create a converter for System.Text.Json to ExpandoObject

RenanCarlosPereira commented 2 weeks ago

I will approve it, but lets be careful on that type conversion, are we sure we are not introducing any breaking changes? I know the code got merged already but we will need to create tests for that, before putting examples.

not even c# can inver an empty array, how does rule engine is supposed to know the types? thats a bit confusing