1
resposta

Não consigo adicionar migração

Eu segui todos os passos, instalei o entity framework na versão 7, conferi a versão de tudo mas quando dou um Add-Migration SetDB aparece o seguinte erro

PM> Add-Migration SetDB
No migrations configuration type was found in the assembly 'LojaComEntity'. (In Visual Studio you can use the Enable-Migrations command from Package Manager Console to add a migrations configuration).

Alguem sabe como resolver?

Tentei usar o Enable-Migrations e aparece isso

PM> Enable-Migrations
No context type was found in the assembly 'LojaComEntity'.
1 resposta

Olá, João!

Você tem a classe de contexto (DbContext) no seu projeto? Se não for isso, pode ser que você precise atualizar o PowerShell (que pode ser baixado no https://www.microsoft.com/pt-br/download/details.aspx?id=40855).