Mapster
Dosaic.Plugins.Mapping.Mapster is a plugin
that allows other Dosaic components
to use dto mapping using Mapster
.
Installation
To install the nuget package follow these steps:
or add as package reference to your .csproj
Appsettings.yml
You do not need to configure anything, because the implementation resolver, does this automatically at startup.
Usage
Currently its only implemented to generate the Mapster mapping rules by the "MapFromAttribute" so you can inline all mappings. If it is needed to do more, we need to implement it.
Last updated