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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Instead of using strings to store uuids, I like declaring interfaces as such
This helps ensure I never pass a string thats not an userId when a userId is expected (eg a username, or a projectId)
Unfortunately, automapper doesn't map those fields automatically, and I need to manually specify
Is there a way to get automapper to do this automatically ?
Beta Was this translation helpful? Give feedback.
All reactions