Mapster
Mapster copied to clipboard
Access violation
It crashes inside library without any exception when mapping the ef enitity with property like this:
public virtual ICollection<admin> Admins { get; set; } = [];
and only way to avoid this is to use new config with ignore this property, but if forget, why it crashes instead of throwing an exception?