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
Introduced AttributeDictionary support into TopicMappingService
Updated the private `MapAsync()` overload to identify if the model exposes a constructor with the `AttributeDictionary` (31ee953) and, if it does, populate it with `AsAttributeDictionary()` (a781356). In this case, bypass other constructor processing, and then bypass `SetPropertyAsync()` for all attributes mapped via the constructor. This, of course, relies on the implementer of the constructor to correctly set the properties.
This is the core implementation of Issue #99.
0 commit comments