MapsterMapper / Mapster

A fast, fun and stimulating object to object Mapper
MIT License
4.29k stars 327 forks source link

Mapster.Tool interface mapping should use inheritdoc #565

Open phaza opened 1 year ago

phaza commented 1 year ago

If you have documentation of on your mapping interface it would be nice if mapster.tool would use inheritdoc on the generated mapping class.

Giviruk commented 4 months ago

I have written the logic and would like to test it, but I am not sure how to proceed. Could someone please help me? @andrerav

Giviruk commented 4 months ago

how can I run this using .net 8.0 ?