DEV Community

Discussion on: What is your opinion about Visual Studio for Mac? 🤔

Collapse
 
chrisvasqm profile image
Christian Vasquez • Edited

Hey João,

What kind of issues have you faced with EF? Couldn't you run the migrations stuff from the command line?

Yeah, I've been following an online course that showcases how to execute the enable-migrations command on the Package Manager Console and I ended up googling around for a few hours without success. Maybe I was doing something wrong.

I'll give it another try later and see what happens.

Collapse
 
joaofbantunes profile image
João Antunes

So you're using EF6, not EF Core correct?

Thread Thread
 
chrisvasqm profile image
Christian Vasquez • Edited

Yeah, that's correct. I tried it out with EF6.

Thread Thread
 
joaofbantunes profile image
João Antunes

Ah, ok. As you're on Mac I immediately assumed .NET Core and EF Core, where you can do everything from the terminal, no package manager console required.
I guess if that was the case you wouldn't have asked, as you would've figured it out in no time 😅

EF6 out of Windows unfortunately I never tried.

Hope you figure it out soon!