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

65 questions
44
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,969
  • 6
  • 38
  • 50
27
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
  • 8,165
  • 17
  • 59
  • 91
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,526
  • 3
  • 22
  • 41
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
  • 3,149
  • 2
  • 27
  • 43
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,106
  • 1
  • 23
  • 36
7
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
  • 84,693
  • 113
  • 396
  • 647
6
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,146
  • 10
  • 18
5
votes
1 answer

How to correctly publish with dotnet cli to MyGet with SymbolSource (nupkg + snupkg unified publishing)

I've tried every imaginable combination of the example commands in the official docs, but these are all using nuget.exe. The following nuget issue states that publishing with the dotnet cli to the offical nuget.org v3 endpoint…
Stefan Anghel
  • 194
  • 3
  • 15
5
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
  • 4,112
  • 3
  • 30
  • 54
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
  • 8,165
  • 17
  • 59
  • 91
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,076
  • 19
  • 39
3
votes
0 answers

Specifying timeout when restoring nuget packages

In Nuget, is there a way to specify a timeout value when executing the nuget restore command? I would like to increase the default timeout (not sure what it is) - since I'm getting a lot of request timeout errors.
govin
  • 6,445
  • 5
  • 43
  • 56
2
votes
0 answers

My Get Build Services support for .net core 6

Is there an item on the roadmap for MyGet build services to support net core 6? Since I upgraded my solution to .net core 6, I am getting the following error…
EdsonF
  • 2,719
  • 3
  • 30
  • 34
2
votes
0 answers

Best practice for using Source Link

I am trying to implement Source Link in a NuGet package. I have successfully implemented the instructions in the GitHub README (https://github.com/dotnet/sourcelink), but am confused about which artifacts to upload to our NuGet package source…
infl3x
  • 1,492
  • 19
  • 26
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
  • 731
  • 1
  • 7
  • 19
1
2 3 4 5