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
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.
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.