-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v1.4-preview branch * Bugs/issue129 (#131) * Short-circuiting expression replacement when target and replacement are the same * Specifically retrieving ToTarget data sources where required * Returning existing arrays in ICollection.ToArray if possible * Updating release notes * Adding v1.4-preview NuGet package * Bugs/issue130 (#132) * Method renames / Extending typed ToTarget test, re: #129, #130 * Extending typed ToTarget test / Adding failing ToTarget mapping callback test / Compiling ConfigInfo.ToMappingData caller * Improving MappingCreationContext ctors * Moving MappingCreationContext logic into MappingCreationContext * Tidying * Removing unused method / Tidying * Support for mapping callbacks within non-implementation pair, ToTarget mappings * Support for implementation pair ToTarget configuration Removing unnecessary package from EF2 Core test project * Continued * Tidying * Fixing support for ToTarget data sources in repeated mappings * Handling null configured implementation ToTarget data sources * Updating to v1.4-preview2 * Features/configured source member validation (#134) * Erroring if redundant matching source member is configured * Improving configured data source validation Support for same-typed configured data source for otherwise-unconstructable target members * Fixing ToTarget complex type entry dictionary mapping, re: #133 * Skipping existing dictionary value checks when target is definitely unpopulated * Code coverage changes / Tidying * Updating to v1.4-preview3 * Fixing build * Fixing complex type dictionary merging * Updating release notes * Updating to v1.4 * v1.4 NuGet package
- Loading branch information
1 parent
a0ee13d
commit e4777d6
Showing
57 changed files
with
1,151 additions
and
352 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
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
Oops, something went wrong.