Mapster
Mapster copied to clipboard
[Question] How to use Mapster with codegen?
I could see that the fastest way to map it is with codegen. So I check the example for codegen that I can find here: https://github.com/MapsterMapper/Mapster/tree/master/src/Sample.CodeGen
But in the .csproj file I don't see any configuration to enable CodeGen and in any other place. So if to use CodeGen is an option, how could I enable.
Thanks so much.