Mohamed Dawood
Mohamed Dawood
```c# private partial TTarget CreateEntity(TSource source); /// working private partial void ModifyEntity(TSource source, TTarget target); /// not working ``` **Environment (please complete the following information):** - Mapperly Version: 3.2.0 -...
### Not working ```c# public abstract class BaseDto // this is generic { internal abstract TEntity CreateEntity(); } [Mapper()] public partial class DtoMapper { [ObjectFactory] private TTarget Create(TSource source) where...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Product Hot Chocolate ### Describe the bug I have created a custom directive...