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

Implicit casts from the primitive now call the NormalizeInput method if one is provided #641

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

SteveDunn
Copy link
Owner

The code is updated to integrate support for normalization when casting implicitly. During this implicit casting process, the 'NormalizeInput' method is now called if it is available in the respective class. Corresponding test cases have been added to validate this behavior.

The code is updated to integrate support for normalization when casting implicitly. During this implicit casting process, the 'NormalizeInput' method is now called if it is available in the respective class. Corresponding test cases have been added to validate this behavior.
@SteveDunn SteveDunn merged commit fc580aa into main Jul 16, 2024
6 checks passed
@SteveDunn SteveDunn deleted the bug-639-implicit-operators-skip-normalization branch November 1, 2024 08:12
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.

1 participant