Skip to content

Conversation

JMolenkamp
Copy link

Very basic change to allow for mapping to a dictionary, where the key contains a period.
Without this change, config.NewConfig<SimplePoco, Dictionary<string, object>>().Map("Key.With.Periods", c => c.Id); would map to key "Key" instead of "Key.With.Periods".

Simply never splitting in the method CompileArgument.GetDestinationNames does not make any test fail. However, the method is also referenced from ReflectionUtils.ShouldMapMember. It might be that a failing scenario is simply not covered in tests, which is why the option is provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant