Questions tagged [nugetgallery]

Nuget gallery is the package manager for .net platform.

As per nuget.org -

The NuGet Gallery is the central package repository used by all nuget package authors and consumers. One can find a number of open source packages to be consumed in one's .net projects.

Nuget is a package manager for Microsoft's .net platform. The latest development on the gallery happens on github

69 questions
1
vote
1 answer

Where is the Visual Studio 2015 NuGet Client manager?

I uninstalled the nuget package manager in an attempt to fix a bug. When I went to reinstall it I can't find it in the gallery. Anyone know where it's located? The link from here is dead…
NullReference
  • 4,404
  • 12
  • 53
  • 90
1
vote
1 answer

VS2013 - nuget.org gallery not showing

Trying to get the nugget.org gallery to show in VS2013 with no success. Have installed the latest Nuget Package Manager extension is installed and ensure that the package source is pointing to nuget.org I just can't seem to get the nuget.org…
1
vote
1 answer

Why does the ember.js starter kit include jQuery 1 and the NuGet package requires v2?

I would like to use the Ember.js NuGet package but I need to support IE 8 which means I will need to use jQuery v1. That's also what's in the starter kit. Is the NuGet package really dependent on jQuery 2? Is there any way to configure my app to use…
moarboilerplate
  • 1,633
  • 9
  • 23
1
vote
1 answer

Nuget Package Manager for Visual Studio 2012 not opening at all

I have been trying to find a solution for this since almost 3 days, but i'm stuck and cant figure out why the Nuget package manager is just not opening, it does not even give any error. Things i have tried so far: Uninstalled and re-installed the…
1
vote
0 answers

Why don't the nuget/proget lists use the summary values from the nuspec files?

I've noticed that when using the summary field as defined here that the summary nicely shows up in the package management within Visual Studio but they don't show up when looking directly at the package repositories listed below. Why is this? Since…
Beth Lang
  • 1,889
  • 17
  • 38
1
vote
2 answers

Private nuget feed - package path folders and indexing woes

We used nuget.server 2.8 to create a private feed for hosting nuget packages (mostly chocolatey packages) in our organization. I would like to improve/expand the indexing capability but I can't figure out how to do that. I know in a typical nuget…
1
vote
1 answer

How do I find the right NuGet package for my framework version

I need the Microsoft ASP.Net Web Pages NuGet package, but I need the version which targets .net 4.0 How do I figure this out? Is there a way to figure this out for any given NuGet Package?
Myster
  • 17,704
  • 13
  • 64
  • 93
1
vote
1 answer

What are NuGet API usage limits?

Are there any limits to using NuGet API through NuGet.Core library? I am writing an application that maybe sending a lot of requests.
Eric P
  • 2,907
  • 2
  • 24
  • 33
1
vote
1 answer

Update-Database failed for a Private nuget package gallery

I'm trying to setup a local nuget gallery. While trying to create the DB manually (it doesn't support creating a database on the fly anymore) via Package Manager Console, I get the following error. Any ideas? System.Data.SqlClient.SqlException…
Nikhil Gupta
  • 1,708
  • 1
  • 23
  • 38
1
vote
1 answer

Bulk populate private NuGet Gallery

We have setup our own NuGet Gallery - https://github.com/NuGet/NuGetGallery (NuGet.Server is no good for us as the performance is poor with our volume of packages). Is there a way to bulk upload the packages?
Myles McDonnell
  • 12,943
  • 17
  • 66
  • 116
0
votes
1 answer

create nuget package support the dependency injection DI

i am creating a Nuget Package should supports the dependency injection (DI) throw a service called "IGETSum" with one method called "SUMorSUB" that’s take a two numbers and sum them or subtract them. every thing is done except call the method in…
mohammed alani
  • 336
  • 4
  • 18
0
votes
0 answers

How to hide implementation of Nuget package?

I've created a Nuget package. After adding that nuget package to a test project, I'm able to navigate to the definition and see the implementation. I've packed the nuget using release configuration only. So, any help how to disable this definition…
Mega
  • 95
  • 2
  • 2
  • 7
0
votes
0 answers

Is there any way of fixing this Visual studio 2015 Nuget Pacage Manager mess?

It seems I managed to completely break my Visual Studio 2015 setup by uninstalling Nuget Package Manager. I uninstalled it in order to fix its inability to update anything. Now, when I try to launch VS I get a plethora of error messages, but the…
0
votes
1 answer

Download only necessary NuGet packages

When I want to do my own NuGet package with custom authentication scheme, I need to download Microsoft.AspNetCore.Authentication that contains AuthenticationScheme class. I need only this one class but together with this package there is downloaded…
Szyszka947
  • 473
  • 2
  • 5
  • 21
0
votes
1 answer

Uninstall packages installed with nuget.exe outside project

This is essentially the same question as Uninstall nuget packages installed with nuget.exe but that question only has a dubious answer which is incorrect. Basically, I was mislead by build error messages and bad documentation to download nuget.exe…
jb_dk
  • 117
  • 6