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

Allow to set provider value comparer when configuring value conversion #27942

Merged
merged 2 commits into from
May 5, 2022

Commits on May 3, 2022

  1. Allow to set provider value comparer when configuring value conversion

    Use client value comparer as provider value comparer if possible
    The client value comparer will not be used if the model type is a nullable value type
    Fix some API issues
    Remove some unused code
    
    Fixes #27738
    Fixes #27850
    Fixes #27791
    Part of #27588
    AndriySvyryd committed May 3, 2022
    Configuration menu
    Copy the full SHA
    1ec8f89 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. React to PR feedback

    AndriySvyryd committed May 5, 2022
    Configuration menu
    Copy the full SHA
    be5311f View commit details
    Browse the repository at this point in the history