Не может добавить миграциюC#

Место общения программистов C#
Anonymous
Не может добавить миграцию

Сообщение Anonymous »

Как решить эту проблему в ASP.NET? Вчера я посмотрел видео курса ASP.NET Core MVC для начинающих (.NET 9). Сегодня я продолжаю видео, начиная с «Отношения от одного до многих», но оно показывает эту ошибку.

Код: Выделить всё

Unable to create a 'DbContext' of type 'MyAppContext'. The exception 'The seed entity for entity type 'Category' cannot be added because another seed entity with the same key value for {'Id'} has already been added. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the conflicting key values.' was thrown while attempting to create an instance. For the different patterns supported at design time, see https://go.microsoft.com/fwlink/?linkid=851728

Невозможно создать dbcontext type myAppContext
Я не уверен, какую часть кода я должен изменить, потому что я все еще новень>

Подробнее здесь: https://stackoverflow.com/questions/797 ... -migration

Вернуться в «C#»