Pedro Furlan
✅ ✅ Generate migrations with EF on sqlserver image docker taking too much time
Hey , i achieved resolve the problem , just for the record i generated my container without docker compose file and i had no access to dockerfile ( i don't know how to retrieve this file without docker-compose.yml , i'm beginner on docker) . I made the "docker pull" and "docker run " from the official sql server image, as default , the port is set up to 1433 and i have to change 1433:1433 to 1450:1433 , after that i put in my connection string the property Connection Timeout set up to 500. I don't know if it's right do these things , but works fine now.
14 replies
✅ ✅ Generate migrations with EF on sqlserver image docker taking too much time
When i connect with sql management studio , runs normally , and has no problems, but when i do in project "dotnet ef database update -v -s name_of_project " stuck in the message where i painted it red
14 replies