Sometimes a migration takes more time then your default timeout of your database connection. In such a case you do want to increase the timeout for the migration to be able to complete, but you do not want to change the timeout for your normal operations.
Continue reading “Increase timeout Migrations Entity Framework Core”
Increase timeout Migrations Entity Framework Core
Use a different connection timeout when running your migrations with EF Core.