Skip to content

Releases: AutoMapper/AutoMapper.Extensions.ExpressionMapping

Release 1.0.5

18 Nov 01:20
fb2f400
Compare
Choose a tag to compare

Fixes bugs discovered since 1.0.4:

Issue #15 - Custom type with op_equality override failed to convert
Issue #17 - Source and destination must have the same number of arguments.

v1.0.4 Improved mapping for expressions with zero parameters.

18 Oct 12:31
a28b89b
Compare
Choose a tag to compare

This release improves mapping for expressions with zero parameters.

Fix for Issue #8

19 Sep 00:47
d70bafc
Compare
Choose a tag to compare

This fix gets rid of the Argument Exception which was being thrown when creating type maps form child members.

Updated Directory.Build.props

01 Jul 13:26
37ade6f
Compare
Choose a tag to compare

Updated Directory.Build.props

v1.0.1 Merge pull request #4 from BlaiseD/master

29 Jun 14:26
b362fb5
Compare
Choose a tag to compare

Bug fix for failure mapping expressions involving members of the generic type definition.