0
-bitman created
Hello Support,
We are a macOS user and we have installed a version of Visual Studio 2017 Community for Mac successfully but only to find out that it lacked the Package Manager Console that is built-in the IDE for Windows. That being said, I would like to know if you have any recommendations on what to use as an alternative to this? We are heavily going to use the PMC when creating migrations etc. so having it handy in the IDE will be beneficial but if there are other ways to do the same without suffering development, that would be appreciated.
Thank you in advance.
1 Answer(s)
-
0
Use
dotnet ef migrations add
anddotnet ef database update
in the terminal.Run those in the EntityFrameworkCore folder.