You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Fix EnableEnumMappingValidation with non-enum configurations (#19)
* Add failing EnumMappingValidation test
* Add EnumMappingValidationRuntimeFeatureProxy to fix the bug
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)