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
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,764
  • 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,914
  • 8
  • 54
  • 93
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,146
  • 10
  • 18
1
vote
0 answers

Does MyGet.org have an API to retrieve number of downloads?

We are considering using MyGet.org to host our nuget packages. We'd like to be able to get some insight to how much these packages are being used. Does MyGet have an API so we can track number of downloads or other usage statistics?
scottctr
  • 683
  • 2
  • 6
  • 19
1
vote
1 answer

Register-PackageSource does not seem to work

When I try to register a package source, it seems not to have any effect. Get-PackageSource produces the following output: Name ProviderName IsTrusted Location ---- ------------ …
David Peden
  • 17,596
  • 6
  • 52
  • 72
1
vote
0 answers

NPM install @latest does not install latest version of package

I'm trying to install a package which our company built. In package.json it's listed in the dependencies as: "package-name": "latest" Our current latest version is 3.5.0, which I can see when I run npm show package-name versions. However when I run…
Arjan
  • 11
  • 3
1
vote
0 answers

How to fix myget.org authorization problem in .NET CORE 3.0.100-preview7-012821?

I'm getting the following error when run dotnet watch run in my .NET core 3.0 project folder. I'm not getting error when I build the project inside the Visual Studio 2019 IDE. I have Visual Studio 2019 and .NET core 3.0 preview installed. C:\Program…
wonderful world
  • 10,969
  • 20
  • 97
  • 194
1
vote
1 answer

Why is the wrong version in a MyGet feed labelled as the latest version of the package?

There are several versions created for MyGet : System.Linq.Dynamic.Core : However for some reason the oldest version still has the flag latest ? Is this a bug in MyGet, or is there a setting to fix this ?
Stef Heyenrath
  • 9,335
  • 12
  • 66
  • 121
1
vote
0 answers

NuGet/MyGet debug throws source code not found error

We are trying to adapt Nuget package way for our project. All is well till we hit debugging problem. Here is the situation: Created New project and created nuget package with symbols Pushed both nuget package and symbols to MyGet Server. I could…
1
vote
1 answer

(413) the package size is too large - MyGet

When trying to publish to MyGet I get the following error: Failed to publish module 'X': 'Failed to process request. 'The package size is too large. The feed owner may have to upgrade the MyGet subscription to resolve this issue.'. The remote…
MauriR
  • 537
  • 10
  • 20
1
vote
0 answers

How do I debug a MyGet build where xUnit tests are timing out on even though tests run in under ten seconds locally?

The title pretty much says it all; I've got some myget builds failing during the unit test project. This is the link to the build log on Myget: https://www.myget.org/BuildSource/List/filemaker#19f57648-9fb3-4550-ba06-b400e7d75ecc MyGet Log…
Nate
  • 30,286
  • 23
  • 113
  • 184
1
vote
1 answer

Define version and Push project to Github and MyGet using Cake

I am building an ASP.NET Core 1.1 with .csproj file using Cake. I need to push the source to Github and publish the package to MyGet. At the moment I have the script: String target = Argument("target", "Default"); Task("Clean").Does(() => {…
Miguel Moura
  • 36,732
  • 85
  • 259
  • 481
1
vote
2 answers

MyGet & SymbolSource.org: VS2012 isn't finding the pdb

I've created a library on myget (part of ci), and I'm trying to push the symbol sources to symbolsource.org (this is a great service, and I love the idea). This is my first attempt. I've been using the instructions found on the myget site:…
Gordon
  • 3,012
  • 2
  • 26
  • 35
1
vote
1 answer

Create NuGet Package Dependency on MyGet Feed

I've got a public nuget package that has a prerelease version that depends on the aspnetwebstacknightly feed on myget. Does anyone know if there's a way to create a dependency in my package on that feed? I haven't been able to find anything helpful.…
spot
  • 2,413
  • 2
  • 19
  • 16