Visual NugetA visual NuGet package manager. Search for, install and uninstall NuGet packages. (.Net Framework not supported) Unfortunately I just don't have enough time to actively develop visual-nuget anymore. Maybe in the future, but for now please do not expect updates from my side and take it as is. Need to have dotnet installed. The extension forwards the commands to the dotnet cli.Known issues and missing features
Quick peekHow to useRight click on any .csproj, .fsproj or .vbproj file in your workspace and click on the "Visual NuGet: Manage Packages" menu entry. This will open a panel with the UI to manage your packages. It is very similar to the NuGet Package Manager in Visual Studio. Adding new package sourcesBy default, Visual NuGet only uses nuget.org as a package source but you can add your own, including private ones. For this you have to go into the setting and add a new item to the list. Sources are defined by a JSON string with of the following format: The name property is just the friendly name that will be displayed in the UI. To compose the authorizatonHeader check the documentation of the API you want to use as a source. Example Release notesAny questions or issues?Don't hesitate to ask on https://github.com/adrian-pavel/visual-nuget/issues |