Replies: 1 comment 2 replies
-
You're gonna have to create a map that actually matches. Or use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Source/destination types
Mapping configuration
Version
AutoMapper 10.1.1
.NET 5
Expected behavior
Mapping to succeed.
Actual behavior
AutoMapper.AutoMapperMappingException: Missing type map configuration or unsupported mapping.
TypePair: Object -> Setting
Steps to reproduce
This seems to be an issue related to
IEnumerable<out T>
being covariant.Fiddle
Beta Was this translation helpful? Give feedback.
All reactions