问题
So I am just starting to learn Asp.Net and am using Rider on Mac as my IDE. I'm am trying to enable migrations, however, I don't see Entity Frameworks option in tools under project context menu. Below is the link to the image:
I was wondering if any of you have encountered this issue? If so, what did you do to fix it?
回答1:
According to your screenshot, you've installed core EF NuGet. But your project is a classic one. Please, try installing the standard EntityFramework NuGet package.
Also, the following resources might be helpful
- https://blog.jetbrains.com/dotnet/2018/04/06/entity-framework-support-rider-2018-1/
- https://youtrack.jetbrains.com/issue/RIDER-435#focus=streamItem-27-2810865.0-0
- https://blog.jetbrains.com/dotnet/2017/08/09/running-entity-framework-core-commands-rider/
来源:https://stackoverflow.com/questions/56391703/entity-framework-not-showing-up-in-rider-on-mac