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
Type mapping configuration is not used in all circumstances. It is only used in TypeCreatorBase. This is not appropriate when populating a type should use type mapping. For example, create IDictionary with a type mapping that maps object to string.
The text was updated successfully, but these errors were encountered:
Type mapping configuration is not used in all circumstances. It is only used in TypeCreatorBase. This is not appropriate when populating a type should use type mapping. For example, create
IDictionary
with a type mapping that mapsobject
tostring
.The text was updated successfully, but these errors were encountered: