Skip to main content
Microsoft
NuGet
NuGet
  • Home
  • DevBlogs
    • Visual Studio
    • Visual Studio Code
    • Visual Studio for Mac
    • DevOps
    • Developer support
    • CSE Developer
    • Engineering@Microsoft
    • Azure SDK
    • IoT
    • Command Line
    • Perf and Diagnostics
    • Dr. International
    • Notification Hubs
    • Math in Office
    • DirectX
    • PIX
    • SurfaceDuo
    • Startups
    • Sustainable Engineering
    • Windows AI Platform
    • C++
    • C#
    • F#
    • Visual Basic
    • TypeScript
    • PowerShell Community
    • PowerShell Team
    • Python
    • Q#
    • JavaScript
    • Java
    • Java Blog in Chinese
    • .NET
    • .NET MAUI
    • Blazor
    • ASP.NET
    • NuGet
    • Xamarin
    • #ifdef Windows
    • Apps for Windows
    • Azure Depth Platform
    • Azure Government
    • Bing Dev Center
    • Microsoft Edge Dev
    • Microsoft Azure
    • Microsoft 365 Developer
    • Old New Thing
    • Windows MIDI and Music dev
    • Windows Search Platform
    • Azure Cosmos DB
    • Azure Data Studio
    • Azure SQL Database
    • OData
    • Revolutions R
    • SQL Server Data Tools

    The NuGet Blog

    The latest news, updates, and insights from the NuGet team

    Visual Studio - The NuGet Blog

    Update All Experience Explained
    Update All Experience Explained
    December 16, 2013 Dec 16, 2013 12/16/13
    Deepak Aravindakshan
    While working on NuGet 2.8, we addressed some bugs dealing with the "Update All" behavior, where a single gesture will update all packages in the project. During the testing of those fixes, another bug was filed stating, After using Update All, packages remain in the Updates list. We have decided to mark that bug as "By Design" for now and get...

    Comments are closed.0Visual Studio
    Starting Manage NuGet Packages for Solution dialog for projects under SourceGear Vault – issue and workaround
    Starting Manage NuGet Packages for Solution dialog for projects under SourceGear Vault – issue and workaround
    November 18, 2013 Nov 18, 2013 11/18/13
    Dan Liu
    There has been reports that VS hangs when Manage NuGet Packages for Solution menu item is clicked. When VS responds again, it reports the following error: "Loading the projects is required to complete the requested action. If you click the Cancel button, project loading will continue in the background, and you can try to perform the action ...

    Comments are closed.0Visual Studio
    VS hung on installing or updating packages may be related to ReSharper8.1 EAP
    VS hung on installing or updating packages may be related to ReSharper8.1 EAP
    November 7, 2013 Nov 7, 2013 11/7/13
    Dan Liu
    Recently there have been customer reports of hangs in Visual Studio while installing or updating NuGet packages. It could be related to this issue, if you have ReSharper 8.1 EAP installed. The solution is to update ReSharper to one of the stable versions such as ReSharper 8.1. If it doesn’t solve the issue for you, please report it to us ...

    Comments are closed.0Visual Studio
    Package Restore and Consent Changes
    Package Restore and Consent Changes
    October 16, 2013 Oct 16, 2013 10/16/13
    Howard Dierking
    When NuGet 2.0 released, it included the requirement that in order to use package restore, you first needed to explicitly provide consent to the NuGet client to download packages over the Internet. This requirement added some friction to normal developer workflows, and it added more friction in build and continuous integration sever scenarios...

    Comments are closed.0Visual Studio
    Invoke the Manage NuGet Packages dialog programmatically
    Invoke the Manage NuGet Packages dialog programmatically
    July 25, 2013 Jul 25, 2013 07/25/13
    Luan Nguyen
    Recently I've been asked several times for how to invoke the Manage NuGet Packages dialog from VS components programmatically, and optionally auto-invoke the search when the dialog opens. Today I'd like to share the solution in this post. It's actually very straightforward. The Manage NuGet Packages menu command is registered as a standard VS...

    Comments are closed.0Visual Studio
    Package Manager Dialog vs. Package Manager Console, some differences!
    Package Manager Dialog vs. Package Manager Console, some differences!
    May 21, 2013 May 21, 2013 05/21/13
    ranjinimathrubootham
    One common misconception we see among NuGet users is that NuGet could only install/ update to the latest version of a package in VS. This is due to the fact that through 'NuGet Package Manager Dialog' we only show that latest (stable or prerelease) version of any package. But, NuGet provides the ability to install/ update to any specific ...

    Comments are closed.0Visual Studio
    Play with Packages, programmatically!
    Play with Packages, programmatically!
    May 20, 2013 May 20, 2013 05/20/13
    ranjinimathrubootham
    One of the many often seen requests, from developers using NuGet, is examples on our NuGet core APIs. The requests range from finding meta-data for the packages to installing the package programmatically. In this blog post, I will provide a few examples of using NuGet Core APIs. Getting Started To use NuGet Core APIs, install NuGet.Core ...

    Comments are closed.0Visual Studio
    Where else is NuGet used in Visual Studio?
    Where else is NuGet used in Visual Studio?
    May 20, 2013 May 20, 2013 05/20/13
    Luan Nguyen
    All NuGet users are probably familiar with both the Manage NuGet Packages dialog and the Package Manager Console. These are the main user interfaces for installing and managing packages. However, NuGet is also used in a couple of more subtle places. Below are a few of them that I am aware of. With the exception of the New Project dialog, ...

    Comments are closed.0Visual Studio
    Improved search syntax on nuget.org and in NuGet Visual Studio extension
    Improved search syntax on nuget.org and in NuGet Visual Studio extension
    March 25, 2013 Mar 25, 2013 03/25/13
    Luan Nguyen
    The NuGet team recently deployed a new and very useful search capability on nuget.org, which allows you to narrow your search to a pariticular attribute of a NuGet package. For example, if you want to search for packages which contain 'elmah' within the Id, you type 'id:elmah'. (Note that this will execute a 'contains' search, not an exact ...

    Comments are closed.0Visual Studio
    Invoking NuGet Services from inside Visual Studio
    Invoking NuGet Services from inside Visual Studio
    September 26, 2012 Sep 26, 2012 09/26/12
    Luan Nguyen
    One of the best kept secrets of the NuGet extension is that besides the UI that everyone has become familiar with, it also exports some useful services, via MEF, which allow other components in VS to interact with NuGet. These include installing packages, uninstalling packages and querying for installed packages. Over the past year, the NuGet...

    Comments are closed.0Visual Studio
    • Previous page
    • Page 1
    • Page 2
    • Page 3
    • Next page
    Relevant Links

    NuGet.org

    NuGet documentation

    Release Notes

    Announcements

    Report a client bug

    Report a NuGet.org bug

    Topics
  • NuGet.org
  • Release announcement
  • Feature Announcement
  • Visual Studio
  • Security
  • Other announcements
  • NuGet
  • Incident
  • Roadmap
  • Insights
  • Debugging
  • Deprecation
  • Archive
  • May 2022
  • April 2022
  • February 2022
  • November 2021
  • September 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • August 2020
  • May 2020
  • April 2020
  • February 2020
  • November 2019
  • September 2019
  • August 2019
  • July 2019
  • April 2019
  • December 2018
  • November 2018
  • August 2018
  • July 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • September 2017
  • August 2017
  • July 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • March 2015
  • February 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • December 2012
  • October 2012
  • September 2012
  • August 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • Stay informed

    Login
    Code Block
    What's new
    • Surface Pro 8
    • Surface Laptop Studio
    • Surface Pro X
    • Surface Go 3
    • Surface Duo 2
    • Surface Pro 7+
    • Windows 11 apps
    • HoloLens 2
    Microsoft Store
    • Account profile
    • Download Center
    • Microsoft Store support
    • Returns
    • Order tracking
    • Virtual workshops and training
    • Microsoft Store Promise
    • Flexible Payments
    Education
    • Microsoft in education
    • Devices for education
    • Microsoft Teams for Education
    • Microsoft 365 Education
    • Education consultation appointment
    • Educator training and development
    • Deals for students and parents
    • Azure for students
    Business
    • Microsoft Cloud
    • Microsoft Security
    • Azure
    • Dynamics 365
    • Microsoft 365
    • Microsoft Advertising
    • Microsoft Industry
    • Microsoft Teams
    Developer & IT
    • Developer Center
    • Documentation
    • Microsoft Learn
    • Microsoft Tech Community
    • Azure Marketplace
    • AppSource
    • Microsoft Power Platform
    • Visual Studio
    Company
    • Careers
    • About Microsoft
    • Company news
    • Privacy at Microsoft
    • Investors
    • Diversity and inclusion
    • Accessibility
    • Security
    English (United States)
    • Sitemap
    • Contact Microsoft
    • Privacy
    • Manage cookies
    • Terms of use
    • Trademarks
    • Safety & eco
    • About our ads
    • © Microsoft 2022