Rider Entity Framework UI Not Working
I can't make the Entity Framework UI plugin work. This is the error message that I get

I'm getting this message despite having dotnet ef already installed globally. I can use “dotnet ef” commands just fine on the terminal, but it won't work when I use the plugin. Does anyone have an idea on how to fix this?
Please sign in to leave a comment.
Hi Patrick Lloyd Santos,
Please review your project, ensure the packages mentioned on this page are installed. Make sure you have setup the
.dotnet/toolsin your PATH, refer to this guideline to troubleshoot the issue.