ThaiN
ThaiN
### Is your feature request related to a problem? Please describe. I usually find myself adding `@AutoMap` decorator to every or most of the properties of a class. ### Describe...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue Transformer plugin doesn't work for derived classes ### Models/DTOs/VMs ```...
I'm trying to port [this code](https://github.com/jqang001/GlideImageGetter/blob/master/GlideImageGetter.java) to C# and this is what I've got so far ``` public class GlideImageGetter : Java.Lang.Object, Html.IImageGetter, Drawable.ICallback { private Context mContext; private TextView...