JetBrains Rider Entity framework tools not found

本秂侑毒 提交于 2020-01-16 03:57:25

问题


I have installed JetBrains Rider on Linux Mint and tried to run migration from Rider Entity framework but it is not available in the project context menu. Please see the screenshot:

My project is ASP.NET MVC Core 2.2


回答1:


Follow these steps

  1. Add the Entityframework from the nuget
  2. Right click on the project name and you will see a "EntityFramework" option in the context menu (not under tools) from where you can start perform EF related activities in Rider.


来源:https://stackoverflow.com/questions/58017407/jetbrains-rider-entity-framework-tools-not-found

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