Questions tagged [myget]

Use to tag any questions related to the MyGet package management platform (myget.org).

MyGet allows you to create and host your own NuGet feed. Include packages from the official NuGet feed or upload your own NuGet packages.

Compatible with NuGet, the Visual Studio Package Manager Console, Orchard, SymbolSource and many more.

The service is hosted at www.myget.org

58 questions
28
votes
4 answers

Add custom package source to Visual Studio Code

Does anybody know how to add custom package source to Visual Studio Code? E.g. I'd like to add https://www.myget.org/F/aspnet-contrib/api/v3/index.json as a package source and drive these packages through project.json.
Tomino
  • 5,050
  • 6
  • 32
  • 47
26
votes
2 answers

Visual Studio : NuGet Package Source requires credentials

Visual Studio 2012 > Tools > Options > Package Manager > Package Sources I add a new Package Source pointing to a myget.org url : http://www.myget.org/F/myfeed/ VS > Tools > Library Package Manager > Manage NuGet Packages for Solution... I am now…
BaltoStar
  • 6,511
  • 13
  • 46
  • 67
23
votes
1 answer

How to install a MyGet package?

A quote from ImageProcessor repo We already have a MyGet package repository - for bleeding-edge / development NuGet releases. The link points to some json file. I used to install NuGet packages by id. What should I do with json?
user2136963
  • 2,310
  • 2
  • 18
  • 38
13
votes
2 answers

Differences between aspnetcidev and aspnetvnext?

What are the differences between aspnetcidev and aspnetvnext? I see that aspnetcidev says "quick builds", but what does this mean?
roydukkey
  • 2,813
  • 1
  • 24
  • 36
8
votes
4 answers

NuGet Server With Caching

I have a build server that pulls nuget packages on every build, and currently have a NugetGallery deployed internally for custom packages. Right now that eats bandwidth like no tomorrow (not a huge deal, but I want to be kind and make things faster…
StrangeWill
  • 2,078
  • 1
  • 21
  • 35
5
votes
3 answers

NuGet install-package doesn't work. How can I get more verbose information to help debug why this is failing?

A collegue is trying to install a nuget package into a simple default c# web application. It fails almost instantly. Is there an argument I can provide to Install-Package in the Visual Studio Package Manager Console to get some…
Pure.Krome
  • 78,923
  • 102
  • 356
  • 586
5
votes
1 answer

Nuget error: Please provide credentials for: https://www.myget.org/F

Nuget keeps telling me dat it cannot prompt for input in non-interactive mode. I added the credentials to the nuget.config and added nuget the -NonInteractive switch to the nuget command. I guess i'm doing something wrong... But what? Part of the…
Raimond Kuipers
  • 1,138
  • 9
  • 17
4
votes
0 answers

Can't step into SourceLink enabled NuGet hosted in private repo

I am using Visual Studio 15.8.4 referencing a NuGet package from a private MyGet feed. The source code is hosted by a private repo at GitHub. I can successfully print the mapping document in the file: sourcelink print-json…
Kristoffer Jälén
  • 3,223
  • 3
  • 21
  • 39
4
votes
3 answers

NuGet feed hosting options including MyGet

I have been investigating options for NuGet feed hosts. Currently, we use TeamCity to build/publish packages to TC's built-in server. For a Visual Studio package-source pointed to TC, we've found that the subscription/update process to be painfully…
BaltoStar
  • 6,511
  • 13
  • 46
  • 67
3
votes
1 answer

MyGet and Cake, generate version number

I'm using a custom cake build script w/ MyGet. I had previously used a line like so on AppVeyor var version = AppVeyor.IsRunningOnAppVeyor ? AppVeyor.Environment.Build.Version : "0.0.1"; to get a version number from the build CI platform. However…
Richthofen
  • 2,005
  • 17
  • 35
2
votes
2 answers

I cannot get logged into a myGet npm repository (sencha/extjs-ce)

I'm setting up a dev VirtualBox (Ubuntu) and I can't get logged into the private myGet repository through Npm. I have error 403 Invalid Login. I can connect to myGet site with my credentials. FYI, I am behind a secured proxy but other command line…
Jean-Philippe M
  • 309
  • 2
  • 12
2
votes
0 answers

Extremely long time to resolve packages

As of yesterday, we can longer resolve any individual package from our private feed in under 50s. This is affecting all installs with YARN and with NPM, neither makes a difference. This is also the case for any packages the MyGet passes through from…
Brant
  • 1,735
  • 11
  • 18
2
votes
1 answer

How to setup myget credentials on VSTS build?

How can I set credentials on my Visual Studio Team Services build process for it to access my private MyGet feed? Since it's not working all my builds started to fail. I've read some things online, but they refer to the old way of using nuget, I'm…
eestein
  • 4,354
  • 4
  • 45
  • 83
2
votes
1 answer

Error with MyGet feed "Package 'PackageName' is not found"

I've started using MyGet to keep track of packages I reuse internally throughout different solutions. Steps Taken: Created the package using the NuGet Package Explorer. Uploaded this package to the MyGet feed. Connected to the MyGet feed from…
2
votes
2 answers

How to get the myget package source?

I am using myget for my Nuget packages. Because i am using a private feed with credentials, i followed this blog: http://www.xavierdecoster.com/deploying-to-azure-web-sites-using-nuget-package-restore-from-a-secured-feed My local (project)…
Raimond Kuipers
  • 1,138
  • 9
  • 17
1
2 3 4