Validation failed for one or more entities. See 'EntityValidationErrors' property for more details
问题 I am having this error when seeding my database with code first approach. Validation failed for one or more entities. See \'EntityValidationErrors\' property for more details. To be honest I don\'t know how to check the content of the validation errors. Visual Studio shows me that it\'s an array with 8 objects, so 8 validation errors. This was working with my previous model, but I made a few changes that I explain below: I had an enum called Status, I changed it to a class called Status I