Current code throw exception Expression is not a MemberExpression
:
TinyMapper.Bind<StudenRecord, StudentEntity>(cfg =>
{
cfg.Bind(x => $"{AppSettings.AvatarBaseUrl}/{x.AvatarUrl}", t => t.AvatarUrl);
});
Is there a way i could achieve my goal using TinyMapper?