EF Core Tools

Answered

I just started to work with Rider & EF Core. I have referenced all NugetPackages needed. Why are the buttons disabled? I couldn't find a solution for about two hours. I'm acutally really frustrated.

2
2 comments

At the moment, no dedicated UI is provided in Rider for EF Core but you can totally execute EF Core commands via CLI. The menu is for non-Core EF, that's why it is disabled on your project.

Here are the corresponding feature requests:

https://youtrack.jetbrains.com/issue/RIDER-15085

https://youtrack.jetbrains.com/issue/RIDER-15597

Hope this helps!

0

Hmm okay ... sad.

0

Please sign in to leave a comment.