If I run Script-Migration, it correctly scripts the SQL script for all migrations.
However, if I specify the name of the migration, it will return an empty script. It seems not to find the migration.
I tried using the name I gave the migration:
And using the full name EF gives the migration in the Migrations folder and in the database:
Am I using the wrong syntax?
Thank you!