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
idProperty.SetValue(item, data) throws an error when data is Guid
System.ArgumentException {"Object of type 'System.String' cannot be converted to type 'System.Guid'."}
My solution proposal :
The text was updated successfully, but these errors were encountered:
Currently json-flatfile-datastore only supports int and string id-fields. I just noticed that this is not mentioned clearly in the documentation. I will update that.
idProperty.SetValue(item, data) throws an error when data is Guid
System.ArgumentException {"Object of type 'System.String' cannot be converted to type 'System.Guid'."}
My solution proposal :
The text was updated successfully, but these errors were encountered: