Skip to content

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

Merged
AndriySvyryd merged 2 commits intomainfrom
Issue27738
May 5, 2022
Merged

Allow to set provider value comparer when configuring value conversion#27942
AndriySvyryd merged 2 commits intomainfrom
Issue27738

Conversation

@AndriySvyryd
Copy link
Member

@AndriySvyryd AndriySvyryd commented May 3, 2022

  • 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 since we need the types to match exactly and the provider type is never nullable
  • Fix some API issues
  • Remove some unused code

Fixes #27738
Fixes #27850
Fixes #27791
Part of #27588

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 AndriySvyryd requested review from a team and ajcvickers May 3, 2022 19:11
@AndriySvyryd AndriySvyryd merged commit 3ea4803 into main May 5, 2022
@AndriySvyryd AndriySvyryd deleted the Issue27738 branch May 5, 2022 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants