DynamicExpresso icon indicating copy to clipboard operation
DynamicExpresso copied to clipboard

Are implicit operators supported? Or am I not adding correct reference?

Open ricardSiliuk opened this issue 2 years ago • 2 comments
trafficstars

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?

ricardSiliuk avatar May 21 '23 10:05 ricardSiliuk

I think that the problem is that "implicit conversions" are not supported for now.

davideicardi avatar May 25 '23 08:05 davideicardi

The issue has already been raised in #248

metoule avatar May 25 '23 10:05 metoule