NuGet Package Management
Browsing NuGet Packages
Search and discover packages from nuget.org and private feeds.
Opening the Browse Tab
Section titled “Opening the Browse Tab”- Open the NuGet Package Manager
- Click the Browse tab at the top
- The browse interface will display popular and recently updated packages
Searching for Packages
Section titled “Searching for Packages”Basic Search
Section titled “Basic Search”- Enter a package name or keyword in the search box
- Press Enter or click the search icon
- Results will appear below the search box
Search Tips
Section titled “Search Tips”- Exact names: Search for
Newtonsoft.Jsonto find a specific package - Keywords: Search for
loggingto find all logging-related packages - Partial names: Type part of a name like
entityto find Entity Framework packages
Viewing Package Details
Section titled “Viewing Package Details”Click on any package in the search results to view:
- Description: What the package does
- Version: Available versions
- Downloads: Total download count
- Authors: Package creators
- License: License information
- Project URL: Link to project website
- Dependencies: Required packages
Package Versions
Section titled “Package Versions”Viewing Available Versions
Section titled “Viewing Available Versions”- Select a package from the search results
- Click the version dropdown
- All available versions are listed (newest first)
Version Types
Section titled “Version Types”- Stable versions: Production-ready releases (e.g., 1.0.0)
- Pre-release versions: Beta/alpha releases (e.g., 1.0.0-beta)
- Legacy versions: Older releases
Include Pre-release
Section titled “Include Pre-release”Toggle “Include prerelease” to show or hide pre-release versions.
Package Information
Section titled “Package Information”Understanding Package Metadata
Section titled “Understanding Package Metadata”Download Count: Indicates popularity and community trust
Last Updated: Shows how actively maintained the package is
Compatible Frameworks: Lists which .NET versions are supported
Dependencies: Shows required packages that will be installed
Package Sources
Section titled “Package Sources”Configuring Sources
Section titled “Configuring Sources”The browser searches configured package sources:
- nuget.org (default)
- Custom private feeds
- Local package folders
To manage sources, see NuGet Configuration.
Troubleshooting
Section titled “Troubleshooting”No Search Results
Section titled “No Search Results”If you get no results:
- Check your internet connection
- Verify package source is accessible
- Try searching with different keywords
- Check if the source URL is correct
Package Not Found
Section titled “Package Not Found”If a specific package doesn’t appear:
- Verify the package exists on nuget.org
- Check if you’re using the correct source
- Ensure pre-release is enabled if needed
- Verify the package supports your target framework