SyntaxFix
Write A Post
Hire A Developer
Questions
Had the same situation. This helped:
Open Package Manager Console
Change directory to Migrations folder:
cd C:\YourSolution\YourProjectWithMigrations
Enter in PM:
dotnet ef migrations add YourMigrationName