JetBrains Rider 2018.1 Help

NuGet window

View | Tool Windows | NuGet
Alt+7


This window lets you manage NuGet packages in your solution.

Packages tab

In this tab, you can manage installed packages and explore available packages.

nuget window

Toolbar Controls

ControlNameDescription
nuget restore Restore Calls the standard NuGet restore mechanism (which can be slow, especially on .NET Core projects). Alternatively, you can use the 'Light' restore mechanism (Tools | NuGet | NuGet Restore (Light)), which works almost instantaneously, with a very small chance of failing to restore some packages.
ThemedIcon Refresh Screen Gray Refresh Updates window content to reflect any changes made in the code or externally.
ThemedIcon Settings Screen Gray NuGet Settings Opens the Build, Execution, Deployment | NuGet page of JetBrains Rider settings, where you can configure all settings related to NuGet package management.

Sources tab

In the Sources tab of the NuGet window, Rider lists all NuGet configuration files discovered on your machine. You can add, remove, or edit package sources for the selected config file on the right panel, or click these files to open them in the editor.

If necessary, you can add or remove package sources manually, by editing the packageSources section of a configuration file. For example:

<packageSources> <add key="My online package source" value="https://some.address/"/> <add key="My local package source" value="C:\NuGetPackages\"/> </packageSources>

Use the Reload ThemedIcon Refresh Screen Gray button to re-scan related NuGet configuration files.

Caches tab

NuGet caches all downloaded packages to make them available when there is no Internet connection and to prevent multiple downloads of the same package.

With Rider, you can view locations of NuGet caches and clear selected locations in the Caches tab of the NuGet window. Clearing NuGet caches is safe, it does not affect packages installed in your projects.

Toolbar Controls

ControlNameDescription
ThemedIcon Refresh Screen Gray Recalculate Folder Sizes Use this button to re-scan all cache folders and update their displayed sizes.
ThemedIcon FolderOpened Screen Gray Open Folder Use this button to open selected cache folder in the Explorer/Finder.
icon clear all Clear Selected Caches Use this button to clear the contents of the selected cache folder.

Log tab

This tab displays logs of everything related to NuGet package management in Rider.

Toolbar Controls

ControlNameDescription
icon softWrap Use Soft Wraps Use this button to enable line wrapping for lines exceeding the current width of the output area.
icon scrollToEnd Scroll to the end Use this button to enable automatic scrolling of the output to the last line so that the most resent messages.
icon print Print Ctrl+P Use this button to print the log output.
icon clear all Clear All Use this button to clear the log output.

Title bar context menu and buttons

You can right-click on the window title bar and use the context menu to configure its viewing mode, associate the window with a different tool window bar, or resize and hide the window.

You can also use the toolbar buttons:

IconShortcutDescription
icon viewMode Click this button to access a subset of the context menu commands that let you configure window's viewing mode.
icon hideSide Shift+Escape Use this command to hide the tool window. You can also use it in combination with the Alt key to hides all tool windows attached to the same tool window bar.
Last modified: 20 August 2018