Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where's NuGet manager console in Rider IDE?

Tags:

I am new to .NET platform. From time to time, I had problems with Visual Studio and I decided to use Rider. It encouraged me again (I have been using JetBrains products for 2 years). But I can not find the NuGet console (which is so called in Visual Studio).

Where is it?

like image 596
TuralAsgar Avatar asked Mar 17 '17 07:03

TuralAsgar


2 Answers

It's not accessible yet. Please vote this issue https://youtrack.jetbrains.com/issue/RIDER-435

like image 54
Ali Dehqan Avatar answered Oct 22 '22 07:10

Ali Dehqan


You Can use PowerShell on Windows "Where Your DbContext is" Like this:

dotnet ef


dotnet ef migrations add [Name]

like image 44
behzad chhizari Avatar answered Oct 22 '22 06:10

behzad chhizari