Closed mk-idesis closed 1 year ago
Running links-example results in an System.InvalidOperationException: Cannot deserialize data to Person[] exception.
System.InvalidOperationException: Cannot deserialize data to Person[]
Changing property Actors in class Movie to type List<Person>?:
Actors
Movie
List<Person>?
public class Movie { ... [EdgeDBProperty("actors")] public List<Person>? Actors { get; set; } // multi link, can also use List<Person> here }
results in an System.IndexOutOfRangeException: Index was outside the bounds of the array. exception.
System.IndexOutOfRangeException: Index was outside the bounds of the array.
edgedb-net
Running links-example results in an
System.InvalidOperationException: Cannot deserialize data to Person[]
exception.Changing property
Actors
in classMovie
to typeList<Person>?
:results in an
System.IndexOutOfRangeException: Index was outside the bounds of the array.
exception.edgedb-net
version: 1.1.0