2

I installed the EF Core package, and have reloaded everything multiple times. This is a brand new project and I've only just started using Rider, so it's not a legacy project issue as described here.

The docs make it look really simple to do, but then... nothing in the menu. Did it get moved and the docs not updated? I cannot find it if so.

enter image description here

enter image description here

Randy Hall
  • 7,716
  • 16
  • 73
  • 151

1 Answers1

1

The blog post you mentioned is a bit older - It seems to me that JetBrains' approach has changed.

Try to install this plugin which is mentioned in this newer blog post.

Another option would be to install EF Core v6 instead of v7 because the latter one is still in preview.

mu88
  • 4,156
  • 1
  • 23
  • 47