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
Copy file name to clipboardExpand all lines: src/Dapper.DDD.Repository.PostGreSql/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,6 @@ This does two things:
155
155
- Configures Dapper to use the PointTypeMapper we've defined
156
156
- Configures the Repository extension to treat the `Pont` type as a built-in type, which means all the "automagic" functionality of the Repository extension is disabled and Dapper gets to do its thing alone (which is to use the PointTypeMapper)
157
157
158
-
~~~~
159
158
And that's basically it, now you can define properties of the type `Point` in any of your aggregates and the
0 commit comments