-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ Nullable and non nullable type mapping registration simplification (…
…#453) * ♻️ Extract value-type mapping logic in default TypeMapper to dedicated method This reinforces the ordering rule in a centralized place and reduces code duplication. * ♻️ Extract reference-type mapping logic in default TypeMapper to dedicated method This reinforces the distinction between value and reference types, makes the code more consistent, and prevents misuse of the main mapping method. * ♻️ Remove unused default argument on 'DefaultODataTypeMapper.BuildTypeMapping' The argument is now always provided by all consumers. Co-authored-by: Juliano Goncalves <juliano.goncalves@poatek.com>
- Loading branch information
Showing
1 changed file
with
60 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters