Mapster icon indicating copy to clipboard operation
Mapster copied to clipboard

Access violation

Open arteny opened this issue 1 year ago • 0 comments

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?

arteny avatar Jul 18 '24 02:07 arteny