Petros Fytilis

Results 1 issues of Petros Fytilis

Hello, The `TypeAdapterSetter.Include` method [as demonstrated here](https://github.com/MapsterMapper/Mapster/wiki/Config-inheritance#include-derived-types) to adapt derived types only works when the `TypeAdapter.Adapt` method is provided both `TSource` and `TDestination` type parameters. Given this configuration: ``` TypeAdapterConfig.NewConfig()...