问题
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
- Add the Entityframework from the nuget
- 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