Closed IamIC closed 4 years ago
The problem on this one isn't .NET 5, it's the lack of a parameterless constructor on Person
. If you add one, it should work correctly (verified locally):
public Person() {}
Thank you, that resolved it.
The following illustrates a crash under .Net 5 / C# 9: