Boa tarde Estou tendo esse erro ao tentar rodar o Add-Migration CriandoTabelaDeFilme:
Unable to create an object of type 'FilmeContext'. For the different patterns supported at design time, see https://go.microsoft.com/fwlink/?linkid=851728
Estou usando essas versao dos packages:
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MySql.EntityFrameworkCore" Version="5.0.8" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
Conseguem me ajudar com alguma sugestão para conseguir rodar o Add-Migration CriandoTabelaDeFilme sem nenhum erro? Obrigado