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

Unary and binary operators: find the proper overload by also checking the base classes #136

Merged
merged 1 commit into from
Apr 27, 2021

Conversation

metoule
Copy link
Contributor

@metoule metoule commented Apr 22, 2021

This is an attempt at fixing #135 . The gist is to try to find the proper user defined operator instead of solely relying on the Linq resolution (which doesn't check the base classes).

There were already some tests for user defined operators, I've added a use case to expand on it.

Copy link
Member

@davideicardi davideicardi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! Thank you!

@davideicardi
Copy link
Member

Released v2.4.1

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

Successfully merging this pull request may close these issues.

2 participants