Skip to content

modulexcite/dotpeek-nupeek

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotpeek-nupeek

This plugin for dotPeek adds support for loading NuGet packages from any package repository with dotPeek. It supports dotPeek 1.0 and 1.1.

dotPeek

What does it do?

The plugin adds 2 new menu items under dotPeek's File menu:

  • Open from NuGet...
  • Open NuGet packages.config...

Using this plugin, we can search for a NuGet package we want to load and decompile using dotPeek. We can download packages from the official NuGet gallery as well as any other NuGet repository out there such as your TeamCity server. The Open NuGet packages.config menu item loads all packages from a packages.config file and downloads them from the NuGet repositories specified on your system.

How do I get it?

If you wish to just install a copy of the plugins without building yourself:

  • Download the latest zip file: NuPeek-1.1.zip
  • Extract everything
  • Run the appropriate batch file for your version of dotPeek, e.g. Install-NuPeek.1.0.bat for dotPeek 1.0, or Install-NuPeek.1.1.bat for dotPeek 1.1, or Install-NuPeek.1.2.bat for dotPeek 1.2.

Building

To build the source, you need the ReSharper SDK installed .

The build.bat file in this repository builds the plugin from scratch. Note that a folder external containing subdirectories v1.0 and v1.1 must be created and dotPeek assembly files copied in to create the build.

If you only wish to target a specific version of dotPeek, open the appropriate solution file from the repository.

Contributing

Feel free to raise issues on GitHub, or fork the project and send a pull request.

About

This plugin for dotPeek adds support for loading NuGet packages from any package repository with dotPeek. It supports dotPeek 1.0 and 1.1.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 95.3%
  • Batchfile 4.7%