Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ricardSiliuk opened this issue May 21, 2023 · 2 comments

Comments

@ricardSiliuk
Copy link

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?

@davideicardi
Copy link
Member

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

@metoule
Copy link
Contributor

metoule commented May 25, 2023

The issue has already been raised in #248

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants