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
0
votes
0 answers

How do I update the Readme.md on NuGet.org via API?

I have a situation where I need to update more than 30 packages that each have 15 versions with current info and continually keep them updated. While it is now recommended to add a Readme (markdown) file to the NuGet package before uploading, that…
NightOwl888
  • 55,572
  • 24
  • 139
  • 212
0
votes
1 answer

Local Nuget Package Creation for console

Could any team help me for creating local nuget package file that can be utilize in to different all project if application belong to web application or console application ?How can we convey any console application project to nuget file that can be…
0
votes
0 answers

Debugging NuGet Gallery Locally does not work when calling from VS instance

I'm working on setting up my own instance of NuGet Gallery and adding Basic Authentication to the download piece. I've got that mostly sorted out, but I'm running into something I can't explain. When I hit the api/v2/package download URL from a…
0
votes
2 answers

Why does Artifactory not list/cache NuGet Packages from remote NuGet Gallery repo?

I'm looking to migrate from an existing private NuGet Gallery repo. We have Artifactory (v6.10.1 , will be upgrading soon) with a nuget virtual, nuget-local, and nuget-remote-cache repo. I have configured the Artifactory remote repo to point to the…
duct_tape_coder
  • 472
  • 5
  • 20
0
votes
0 answers

How to create a NuGet ApiKey with command

So I need a way to create a NuGet ApiKey from the console/command. Basically the idea is to automate a project's nuget package deploy. Ideal steps: User passes username/password to Jenkins(or sth else, Jenkins is what we use) Jenkins makes a…
0
votes
1 answer

Create Site Extension for Azure App Service and add to Gallery

I Created a nuget package extension .nupkg with some content folder in it. I am trying that package to get added in the Site Extensions gallery of the Azure App Services. I created the Nuget package with Nuget Package explorer. Initially with some…
0
votes
0 answers

How can I make Nuget Gallery support mysql?

I git clone the Nuget Gallery, and it's based on the sql server. As the NuGet gallery use the entityframework 6, I was trying to migrate to the mysql following the below steps: 1.Replace the connectionStrings of web.config with below
Charlie
  • 2,141
  • 3
  • 19
  • 35
0
votes
2 answers

How to publish a nuget package privately using Nuget Gallery

I have created a nuget package and I want to share it with my team using Nuget Gallery. I need to publish the nuget package privately. So I have managed to build the Nuget Gallery from Nuget Gallery build steps When I run the build, Google Chrome…
hunterex
  • 565
  • 11
  • 27
0
votes
0 answers

Upload lower version of a NuGet package to the NuGet site

Is it possible to add the lower version of a library as a NuGet package on the https://www.nuget.org/ site? For example, I have already uploaded versions: 1.1 1.1.1 1.1.2 1.1.3 1.2 Now I need to add the version 1.1.4. How can I do this? Will the…
Vladyslav Tsvek
  • 244
  • 1
  • 10
0
votes
1 answer

dependency assemblies, check compatibility

I am converting a project from .net framework to .net core 2. I need to check if my dependencies are compatible with .net core 2. how do I check if https://www.nuget.org/packages/Aspose.Cells/7.6.0 supports .net core 2 or .net standard or .net…
dgamma3
  • 2,333
  • 4
  • 26
  • 47
0
votes
1 answer

Is there any benefit of uploading package on nuget?

I am wondering there is no benefit of uploading package on nuget then why people spent too much time to create a package and upload it on nuget?
user7283114
0
votes
1 answer

Only in one of my Xamarin(Portable) Projects the Nuget Package Manager Source gives me an Error

I searched a lot and found some question related to my question but my problem occurs just in one of my Xamarin(Portable) projects. When I try to install or even try to browse for a Nuget Lib, with the Package Source of .Net I get an Error(see pic…
Alp
  • 1
  • 1
0
votes
2 answers

Private Nuget Server: I can't see my packages from Nuget Package Explorer

I followed the Microsoft official Guide for create a Private Nuget Server. Everything seems to work, I can see my packages feed from browser and I can see my packages from Visual Studio package manager. However when I try to push, read or create new…
Davide
  • 131
  • 5
  • 18
0
votes
0 answers

How tell Nuget to not override a specific version of jquery?

I have a legacy project with a lot of dependencies on jquery 1.8. If I want to upgrade to 1.9 but maintain the older version while I download the new one from nuget, can that be done? I just want to use the new version in a new view, instead of…
Heinrich
  • 806
  • 2
  • 11
  • 26
0
votes
0 answers

Visual Studio, how to finish up solution and deploy?

I'm an CS intern working at a company that primarily develops using .NET and Microsoft. I've been using Visual Studio sparsely, and now I'm kind of stuck. I tried building a NugetGallery using IIS EXpress, and the nuget feed works.…
user1869558
  • 697
  • 3
  • 11
  • 21