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
Add support for mappings with a class/struct target and a source implementing IReadOnlyDictionary<string, TValue> or IDictionary<string, TValue> with TValue beeing either object or object?.
Questions to be discussed:
What type conversions should be supported? => For now only casting.
What happens with required but unmapped members? => throw an exception
What happens if a value is provided for a member but it cannot be converted to the target type? => throw an exception
Add support for mappings with a class/struct target and a source implementing
IReadOnlyDictionary<string, TValue>
orIDictionary<string, TValue>
withTValue
beeing eitherobject
orobject?
.Questions to be discussed:
Example
Definition
Generated code
Rel. #1041 and #1039
The text was updated successfully, but these errors were encountered: