Fix: "The property could not be mapped, because it is not a supported primitive type or a valid entity type" in EF Core 11
EF Core hit a property it does not know how to store. Map it as a complex type, convert it with HasConversion, give it a key, or ignore it with [NotMapped].