Hi,
Wanted to use this in another project but I'm facing issue where it seems like implicit operator is not picked up.
Reproducible code here: https://github.com/ricardSiliuk/dynamicespresso-check
Exception I'm getting is:
The binary operator Equal is not defined for the types 'Extendable.Date' and 'System.String'.
but since implicit conversion of string to Date is defined I'd expect this to still use correct ==. Is this supported?