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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: