Releases: AutoMapper/AutoMapper.Extensions.ExpressionMapping
Release 7.0.2
What's Changed
Full Changelog: v7.0.1...v7.0.2
Release 7.0.1
Bug fix on Issue #179 - Use Declaring Type when mapping instance methods.
What's Changed
Full Changelog: v7.0.0...v7.0.1
Release 7.0.0
Supporting AutoMapper v13
What's Changed
- Targeting .NET 6 and AutoMapper v13. by @LionelVallet in #177
New Contributors
- @LionelVallet made their first contribution in #177
Full Changelog: v6.0.4...v7.0.0
Release 6.0.4
Mapping Enums in expressions to the underlying integer without MapFrom
.
What's Changed
- Added enum to int conversion for unmapped side of binary expressions by @ErikGjers in #163
- Error in #161 fix. by @BlaiseD in #167
- Replacing PackageLicenseUrl with PackageLicenseExpression. by @BlaiseD in #168
New Contributors
- @ErikGjers made their first contribution in #163
Full Changelog: v6.0.3...v6.0.4
Release 6.0.3
Bug fix: List constant stays unmapped in mapped expression.
What's Changed
- Only dotnet test is needed by @lbargaoanu in #157
- Fixes issue #158 - incorrect arguments passed to Expression.Call. by @BlaiseD in #159
- Enums do not require type maps. by @BlaiseD in #160
New Contributors
- @lbargaoanu made their first contribution in #157
Full Changelog: v6.0.2...v6.0.3
Release 6.0.2
Release 6.0.1
Fixes #149 (No generic method 'Include' exception) calling IMapper.MapExpressionAsInclude()
.
Release 6.0.0
Supporting AutoMapper v12.
Release 5.1.0
Reducing the need for custom expressions in defining literal member maps.
Release 5.0.3
Minor: Updating the list of literals (needing further info) to clarify/prevent System.InvalidOperationException
"The binary operator op is not defined for the types t1 and t2."