Skip to content

Tags: AutoMapper/AutoMapper.Extensions.ExpressionMapping

Tags

v5.0.3

Toggle v5.0.3's commit message
PackagePath

v5.0.2

Toggle v5.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing Issue 137: Mapping MemberInit expressions fail for custom MapF…

…rom expressions. (#138)

v4.1.5

Toggle v4.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update AutoMapper.Extensions.ExpressionMapping.UnitTests.csproj

Test project to netcoreapp3.1

v4.1.4

Toggle v4.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[v4.1.4] Fix enumerator not disposed when arbitrary projection is enu…

…merated (#135)

* Add failing test for should dispose enumerator

* Dispose enumerator when arbitrary projection is enumerated

Let's `foreach` the enumerable, which automatically disposes enumerator.

* Fix typos

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix enumerator not disposed when arbitrary projection is enumerated (#…

…132)

* Add failing test for should dispose enumerator

* Dispose enumerator when arbitrary projection is enumerated

Let's `foreach` the enumerable, which automatically disposes enumerator.

* Fix typos

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #130 from AutoMapper/v5

Referencing AutoMapper v11.

v4.1.3

Toggle v4.1.3's commit message
Run CI builb on v4.1.3.

v4.1.2

Toggle v4.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #125 from AutoMapper/v4.1.2_Cumulative

Issues 116, 118 and SourceLink

v4.1.2-preview.0

Toggle v4.1.2-preview.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #125 from AutoMapper/v4.1.2_Cumulative

Issues 116, 118 and SourceLink

v4.1.1

Toggle v4.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #107 from AutoMapper/ImprovingAnonymousTypeExpress…

…ionMapping

Add FindPathMapByDestinationPath to local helper.