Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

fforjan/nuget4code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Frederic ForjanFrederic Forjan
Frederic Forjan
and
Frederic Forjan
Dec 25, 2015
9424d6d · Dec 25, 2015

History

73 Commits
Nov 27, 2015
Nov 28, 2015
Dec 20, 2015
Dec 20, 2015
Nov 28, 2015
Dec 20, 2015
Dec 20, 2015
Dec 20, 2015
Nov 27, 2015
Dec 2, 2015
Nov 28, 2015
Dec 25, 2015
Dec 20, 2015
Nov 27, 2015
Nov 27, 2015

Repository files navigation

Icon Nuget4Code Build status

This is a simple extension to add and remove nuget packages to your project.json.

Where is the name coming from ?

Well, I was looking for an excuse to do some coding into Visual Studio Code extensions... And I'm looking to demo aspnet5 ConsoleApplication to my team and was missing the nuget stuff. So, which is my reason to code ? Yes, nuget4code ! Also, instead of dogfood, I prefer to eat my own nuggets.. So here is nuget4code.

Feature:

  • Query and add a package from official nuget.org repository
  • Remove a referenced package
  • Upgrade to latest

Current limitation:

  • Only one repository which must be a gallery, but can be configured.
  • It only support one project.json. If you have multiple, it will check if the active document is a project.json and use that one if possible.
  • it only installs the latest version.
  • it doesn't take care of the dependencies
  • extension doesn't use Visual Studio Code document and write directly to file which bring inconsystency

Commands screenshot :

nuget remove and install commands

Todo :

  • handle wrong cases better
  • support extra configuration (number of items displayed...)

Others

Copyright : icon is coming from http://www.clker.com/clipart-15451.html

About

Nuget managment for visual studio code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published