MapsterMapper / Mapster

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

how to use constructusing with generic types in mapster #514

Closed omerercelik closed 1 year ago

omerercelik commented 1 year ago

how to use constructusing with generic types in mapster

TypeAdapterConfig.GlobalSettings.ForType(typeof(PagedList<>),typeof(PagedList<>)) for this config constructusing does not appear and can't use .

andrerav commented 1 year ago

Please use StackOverflow for general usage questions.