1
votes

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:

enter image description here

My project is ASP.NET MVC Core 2.2

1

1 Answers

1
votes

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.