Improve exception for incorrect FK value #9696
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
When the FK is set to a value that corresponds to an entity of an incompatible type the exception is not helpful:
Add
eagle.EagleId = kiwi.Species;
toInheritanceContext.SeedData
For 1-1 a similar exception is thrown:
The text was updated successfully, but these errors were encountered: