Open aj-r opened 7 years ago
Right now our models don't work out-of-the-box in EF Core because EF Core doesn't support the [ComplexType] attribute. EF Core 2 supports owned types, which are meant as a replacement to complex types, so we'll have to target EF Core 2.
[ComplexType]
Right now our models don't work out-of-the-box in EF Core because EF Core doesn't support the
[ComplexType]
attribute. EF Core 2 supports owned types, which are meant as a replacement to complex types, so we'll have to target EF Core 2.