Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If you have used the package in the past it is probably in your cache. You can add the local cache as an available package source by going into the Library Package Manager Settings under the Tools menu in Visual Studio. For Visual Studio 2012, choose Tools, Library Package Manager, Package Manager Settings, and then click on Package Sources. </p> <p>In the Available package sources section, type a name like "Cache" and then in for the source, browse to <strong>%LocalAppData%\NuGet\Cache</strong>. You may need to use Windows Explorer to translate %LocalAppData%\NuGet\Cache into the full path (usually <strong>C:\Users\YourAccountName\AppData\Local\NuGet\Cache</strong>). </p> <p>Once you have the Cache as an available source, you can now use the Package Manager Console (found under the View menu under Other Windows or also under the Tools menu under Library Package Manager). </p> <p>From the Console (which is a PowerShell window with commandlets for NuGet) you can type "get-help NuGet" to see available commands. </p> <p>Then using <strong>Get-Package</strong>, you can get a list of Package ID's. Make sure the "Package source" is set to "Cache" (or whatever you called it) and the Default project is set to the project you need manipulate, both of these are dropdowns located at the top of the Page Manager Console. You can also use the Get-Project to verify you are working against the correct project in your solution. </p> <p>Finally, you can type <strong>Install-Package</strong> and when prompted enter the Package ID from the output of the Get-Package commandlet.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload