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
Wrap serializer.Deserialize in a try/catch to log deserialization errors (and inner exception) and safely return an empty entity list on failure. Add a mapId parameter to GetInstance so error messages include the source map/file name, and update unknown-property logging to include the model name and map id. Also pass the file name (or "XML Input" for string inputs) to GetInstance calls to provide better context when reporting issues.
0 commit comments