Entity Framework not showing up in Rider on Mac

萝らか妹 提交于 2021-01-29 07:01:01

问题


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

  1. https://blog.jetbrains.com/dotnet/2018/04/06/entity-framework-support-rider-2018-1/
  2. https://youtrack.jetbrains.com/issue/RIDER-435#focus=streamItem-27-2810865.0-0
  3. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!