System.InvalidOperationException: The entity type 'Vehicle' cannot be configured as owned because it has already been configured as a non-owned. If you want to override previous configuration first remove the entity type from the model by calling 'Ignore'.
System.InvalidOperationException: The navigation 'VehicleType.Vehicles' is not supported because it is pointing to an owned entity type 'Vehicle'. Only the ownership navigation from the entity type 'VehicleOwnership' can point to the owned entity type. See https://aka.ms/efcore-docs-owned for more information.
标签:non,because,configured,owned,entity,Vehicle,type From: https://www.cnblogs.com/chucklu/p/16892307.html