Open latonz opened 5 months ago
Any update on this? It is really important for me. I am trying to implement mapping for objects like
public class Company
{
...
public List<Address> Addresses{get;set;}
}
having the possibility to update list of entities when entity exist in source and target list, remove entities from target if not present in source and ad entities if added in source.
Without this i am not able to find a way to map enumerable properties because i have this approach for all List
Thankyou very much
p.s. Maybe this issue is related to #1484
Nested objects in existing target mappings should preserve the existing instance if possible. Currently always a new instance of the nested object is created.
Rel. #1310 More details in #1484