Skip to content

Tags: AutoMapper/AutoMapper.Extensions.EnumMapping

Tags

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added Custom mapping (#31)

* Partially incorrect reverse map when numerical values of source and destination enums differ #30
Setup testcase with error

* Added Mapping by custom mappings

* Added testcases

* Updated documentation

* Cleanup

---------

Co-authored-by: Henk Kin <HenkK@4dotnet.nl>

v4.0.0

Toggle v4.0.0's commit message
aggregate validation exceptions

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated to Automapper 13.0 (#25)

* Updated to Automapper 13.0
Changed CI/CD pipeline to net8.0 for tests
Changed target framework of library to net6.0
Updated other nuget packages to latest stable version
Updated documentation

* Removed explicit .net version from ci/cd pipelines

---------

Co-authored-by: Henk Kin <HenkK@4dotnet.nl>

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
configuration expression for map value to exception (#22)

v3.0.1

Toggle v3.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 EnableEnumMappingValidation with non-enum configurations (#19)

* Add failing EnumMappingValidation test
* Add EnumMappingValidationRuntimeFeatureProxy to fix the bug

v3.0.0

Toggle v3.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 #15 from ioaznnis/upgrade-to-AutoMapper-12

Changed reference to AutoMapper to the range [12.0, 13.0)

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added use .NET6

Added use .NET6

v2.0.0

Toggle v2.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 #12 from micdah/mda/upgrade-to-AutoMapper-11

- Changed reference to AutoMapper to the range `[11.0, 12.0)`

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
enable opt-in to case-insensitive mapping of enum values (#9)

* enable opt-in to case-insensitive mapping of enum values
#7

* adopt changes after review by @HenkKin (github@henkkin.nl)

v1.0.0

Toggle v1.0.0's commit message
Tags config