Optionally decorate DTO's with OrmLite attributes
For very small Xamarin Applications, it makes sense to use the same data models in the App as in the API backend.
This could easily be achieved, if the OrmLite attributes such as [PrimaryKey], [Unique] and so on are exposed.
This would of course be an opt-in behaviour, because by default those attributes are for internal usage.
1
vote
