EntityType ' ' has no key defined. Define the key for this EntityType. – C# Web API Entity Framework – Ebay API
I'm getting the following error, even though I added the [key] attribute after reading about it on this forum: EntityType 'EbayItem' has no key defined. Define the key for this EntityType Here is my context class: public class PeopleContext :…