You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve noticed that custom SqlMapper.TypeHandler implementations are not picked up or respected by the DapperAOT source generator. This leads to incorrect or missing code generation for types that rely on TypeHandlers for serialization/deserialization.
Would love to know if there’s a workaround for now.