Profile.DefaultMemberConfig is not accessible in v11 #3977
maxkoshevoi
started this conversation in
NA
Replies: 1 comment 3 replies
-
Figured it out: using AutoMapper.Internal;
((IProfileExpressionInternal)this).DefaultMemberConfig |
Beta Was this translation helpful? Give feedback.
3 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.
-
This code no longer works: #1269 (comment) (while it worked in v10)
Is there a new way to clear all default configs to use only explicit mappings?
Beta Was this translation helpful? Give feedback.
All reactions