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
Currently we simply cast the dictionary values to the type requested by the target
type being retrieved from the context via the generated extension TryGet<T>.
It would be nice to have fully flexible conversion just like we have for events and
commands, so that complex objects can also be just automapped on retrieval,
if direct casting isn't possible.
The text was updated successfully, but these errors were encountered:
Currently we simply cast the dictionary values to the type requested by the target
type being retrieved from the context via the generated extension
TryGet<T>
.It would be nice to have fully flexible conversion just like we have for events and
commands, so that complex objects can also be just automapped on retrieval,
if direct casting isn't possible.
The text was updated successfully, but these errors were encountered: