Test Name: AnimalTest1 Test Outcome: Failed Result Message: Test method Test.AnimalTest.AnimalTest1 threw exception: System.NotSupportedException: All objects in the EntitySet 'Context.Animals' must have unique primary keys. However, an instance of type 'MySqlInheritanceBug.Entities.HouseCat' and an instance of type 'MySqlInheritanceBug.Entities.Dog' both have the same primary key value, 'EntitySet=Animals;Id=4'. Result StandardOutput: TestContext Messages: AnimalTest1 Animal: 2 - HouseCat - Sophie - female cat - Cat2 - HouseCat2 Animal: 3 - Dog - Chloe - female cat - Animal: 4 - Dog - Lucy - female cat - Animal: 1 - Dog - Max - male dog - Dog1 Animal: 5 - Dog - Buddy - male dog - Dog5 ----------------------- First animal: 2 - HouseCat - Sophie - female cat - Cat2 - HouseCat2 First cat: 2 - HouseCat - Sophie - female cat - Cat2 - HouseCat2 First dog: 1 - Dog - Max - male dog - Dog1 ----------------------- First animal name B: 5 - Dog - Buddy - male dog - Dog5 First animal name C: 3 - Dog - Chloe - female cat - First animal name L: 4 - Dog - Lucy - female cat - ----------------------- First cat name S: 2 - HouseCat - Sophie - female cat - Cat2 - HouseCat2