VS Code NuGet InstallerOverviewThe VS Code NuGet Installer is a Visual Studio Code extension designed to provide a graphical user interface (GUI) for managing NuGet packages within your .NET projects. It allows users to easily add, update, or remove NuGet packages from .csproj, .vbproj, .fsproj, or .sln files directly within the VS Code environment. FeaturesManage NuGet Packages: Add, update, and remove NuGet packages from your .NET projects. Project Detection: Automatically detects .csproj, .vbproj, .fsproj, or .sln files in your workspace. NuGet Source Management: Configure and use multiple NuGet sources for package management. Webview UI: A dedicated frontend interface for managing packages, built with modern web technologies. Getting Started
ConfigurationThe extension allows configuration of NuGet sources and other settings through the VS Code settings.json file. For example, to specify a custom NuGet source: Refer to the package.json file for a full list of configurable settings. DevelopmentPrerequisites
Setup
BuildingTo build the webview UI, run npm run build:webview. To package the extension for distribution, run npm run vscode:prepublish. ContributingContributions are welcome! Please read the contributing guidelines before submitting pull requests. LicenseThis project is licensed under the MIT License - see the LICENSE file for details. |