dotPeek 2019.3 Help

Open Assemblies from NuGet Packages

dotPeek provides several ways to explore NuGet packages and assemblies they contain:

From disk

You can open any NuGet package from disk using the File | Open command or by clicking ThemedIcon AssemblyAdd Screen Gray on the toolbar of the Assembly Explorer window, and then choosing one or several .nupkg files.

From package config file

You can load packages listed in a packages.config file in your Visual Studio project using the File | Open NuGet packages.config command.

From package source

You can load assemblies from NuGet packages using any local or remote package source.

To load assemblies from a NuGet package source

  1. Click ThemedIcon AddNugetPackage Screen Gray on the toolbar of the Assembly Explorer window or choose File | Open from NuGet in the main menu. This will open the Open from NuGet dialog.

  2. Specify a package source. This can be a disk path or a URL where dotPeek will look for NuGet packages.

  3. Specify package filters. dotPeek will use this field to display only packages that contain the specified substring in their names.

  4. Use the check boxes to define whether you want to find latest/all and release/pre-release package versions.

  5. If the specified package source contains any packages matching the specified filter, you will see these packages in the list.

  6. Choose the desired package and click Open to load the package and all assemblies it contains to the Assembly Explorer window. Optionally, select Load dependencies to load all dependent packages and assemblies.

Opening NuGet packages from an online package source

From local package cache

If you want to explore assemblies from any NuGet packages that you have recently used, dotPeek will help you quickly find and open them from the NuGet global cache folder %USERPROFILE%\.nuget\packages\.

To load assemblies from local NuGet package cache

  1. Click ThemedIcon AddFromNugetCache Screen Gray on the toolbar of the Assembly Explorer window or choose File | Open from NuGet Packages Cache in the main menu. This will open the Open from NuGet Packages Cache dialog.

  2. The dialog lists packages from all NuGet cache locations on your machine. Use the search field in the dialog to find the desired package.

  3. Choose the desired package (you can Ctrl-click to select multiple packages) and then click Ok to load the packages and all assemblies from them to the Assembly Explorer window.

Opening NuGet packages from local NuGet package cache
Last modified: 16 April 2020