Releases: AutoMapper/AutoMapper.Extensions.ExpressionMapping
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."
Release 5.0.2
Bug fix for: Mapping MemberInit expressions fail for custom MapFrom expressions.
Release 4.1.5
Bug fix in SourceInjectedQueryProvider to dispose the IQueryable after "manual" projection. (netstandard2.0;net461)
Release 5.0.1
Bug fix in SourceInjectedQueryProvider to dispose the IQueryable after "manual" projection.
Release 5.0.0
Referencing AutoMapper v11.