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
3
votes
2 answers

How can I get started with Xamarin from Visual Studio 2013?

I want to port a Compact Framework/Windows CE app to Xamarin to create Android and IOS (and possibly Windows Phone) "versions." I reckon I need Windows 8 for Windows Phone (8) but for now I thought I could get started with Android and IOS in moving…
3
votes
2 answers

why on nuget.org the supported frameworks for a package are not listed?

Why is nuget.org not listing supported frameworks for a package? Isn't this information important? To be more specific, I am talking about the package page https://nuget.org/packages/[PackageName]/ If this would get displayed on the page, I assume…
WriteEatSleepRepeat
  • 3,083
  • 3
  • 33
  • 56
2
votes
0 answers

Getting a timeout issue when trying to access nuget packages from nuget-gallery

I am trying to pull the package from artifactory but facing below issue. Receiving the following error: Retrying 'FindPackagesByIdAsyncCore' for source…
devops
  • 1,121
  • 5
  • 20
  • 50
2
votes
1 answer

how to include separately added system.configuration dll in nuget package

I'm creating nuget package of my demo.csproj I have added system.configuration separatly into this project, I know that I can add this system.configuration.dll into my nuget by using either of adding tag or y tag inside …
Neo
  • 15,491
  • 59
  • 215
  • 405
2
votes
0 answers

When I am adding MvcSiteMapProvider.MVC4 System.Web.Mvc version difference error is coming

I am adding MvcSiteMapProvider in my sample site using Package Manager console like PM> Install-Package MvcSiteMapProvider.MVC4 but after installation completion facing below Error. i.e. uses 'System.Web.Mvc, Version=4.0.0.1, Culture=neutral,…
Shan k
  • 199
  • 1
  • 13
2
votes
2 answers

Error When Upload to Local/Private nuget gallery

I just setup a private/local nuget gallery. I created my first package using the instructions mentioned in http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package However I am getting the following error when i try to upload…
Aidin
  • 2,134
  • 22
  • 26
2
votes
1 answer

PDFsharp-MigraDoc-WPF nuget package

I am looking for the PDFsharp-MigraDoc-WPF Nuget package. The pdfsharp site indicates that the package exists, but it is not present in the Nuget Gallery: only a GDI package is there. An attempt to Install-Package by name failed. PM> Install-Package…
Sergey Kalinichenko
  • 714,442
  • 84
  • 1,110
  • 1,523
1
vote
0 answers

Nuget Gallery package source not found

I have set up NugetGallery https://github.com/NuGet/NuGetGallery on my own server and am able to access the UI and perform all operations. However, I have been unable to locate the link that needs to be added to the Visual Studio NuGet package…
1
vote
1 answer

How to publish readme file automatically along with package in NuGet org through GitHub actions CI/CD pipeline

Details about Problem When uploading a package to nuget.org manually via the website, I can set a documentation URL that points to a readme file on github, as shown here: https://www.nuget.org/packages/blazor-server-githubactions-demo/ How do I this…
1
vote
1 answer

NuGet package restore tries to retrieve in all configured NuGet sources

While installing the NuGet packages from the NuGet package manage, having configured multiple NuGet package sources in VS2017, the NuGet client tries to retrieve the package in all the configured NuGet sources and returns messages like "Not…
1
vote
1 answer

The schema version of 'Newtonsoft.Json' is incompatible

I am using Visual Studio Express Web 2012. Recently, my computer crashed so have switched to a new laptop. The same visual studio after restoring the code is throwing an error as: The schema version of 'Newtonsoft.Json' is incompatible with…
1
vote
2 answers

Documentation for nuget API

does anyone knows a good documentation for nuget service endpoints? I'm looking for it for both nuget v2 and v3 (v2 in priority as V3 is still in contruction).
jroquelaure
  • 533
  • 3
  • 13
1
vote
2 answers

Nuget Gallery with multiple feeds

I recently installed Nuget Gallery (https://github.com/NuGet/NuGetGallery) as a repository. Ideally I would like to create multiple feeds so that I could differentiate between nuget packages that will be reused in other projects (dll's, contracts…
rjso
  • 1,314
  • 10
  • 19
1
vote
0 answers

Cannot get nuget feed to work with VS2015 Update 1

I cannot seem to get the nuget.org feed to work correctly with VS2015 Performed the following Clean install of Windows 10 Clean install of VS2015 Update 1 using Nuget Package Manager 3.3 Trying to configure the Nuget.org feed in VS by adding with…
1
vote
1 answer

Nuget - install-package Unexpected XML declaration.

On any package I try to install I'm getting the following exception: install-package : Unexpected XML declaration. The XML declaration must be the first node in the document, and no white space characters are allowed to appear before it. Line 1,…
schizofreindly
  • 177
  • 2
  • 13