Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Entity Framework 6.4 missing migrate.exe

I might just be completely out of date but I updated EF to 6.4 using nuget and I don't see migrate.exe in the tools folder anymore. Is there a change to run migrations? Or do I need to install another package for it? Appreciate any help. Thanks!

like image 802
spiritqueen Avatar asked Dec 19 '19 20:12

spiritqueen


People also ask

Where is ef6 EXE located?

The ef6.exe command line tool is found in the tools/ subfolder of the EntityFramework NuGet package.

What is migrate exe?

Migrate.exe (FluentMigrator. This is a console tool that works also with the . NET Framework outside of the . NET Core ecosystem.


1 Answers

For those who are as confused as I was, the documentation from Microsoft is out of date. It looks like they change migrate.exe to ef6.exe starting from EF 6.3 as per Nuget Github page.

like image 129
spiritqueen Avatar answered Nov 15 '22 06:11

spiritqueen