question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The nuget server is so slow

See original GitHub issue

look my docker compose log `

root@DWK-Ubuntu:/home/duwenink/Exceptionless-5.0.0# docker-compose up
Building api Step 1/34 : FROM mcr.microsoft.com/dotnet/core/sdk:2.2.401 AS build —> 08657316a4cd Step 2/34 : WORKDIR /app —> Using cache —> 47863949bf12 Step 3/34 : ARG VERSION_SUFFIX=0-dev —> Using cache —> c3e5e8ed3d57 Step 4/34 : ENV VERSION_SUFFIX=$VERSION_SUFFIX —> Using cache —> 27b827a0f5c5 Step 5/34 : COPY ./.sln ./NuGet.Config ./ —> Using cache —> 8f1adfae3223 Step 6/34 : COPY ./build/.props ./build/ —> Using cache —> d7d0fc44c6b6 Step 7/34 : COPY src//.csproj ./ —> Using cache —> 833df687d11f Step 8/34 : RUN for file in $(ls .csproj); do mkdir -p src/${file%.}/ && mv $file src/${file%.}/; done —> Using cache —> 00374f591102 Step 9/34 : COPY tests//.csproj ./ —> Using cache —> 35896e9af1b0 Step 10/34 : RUN for file in $(ls .csproj); do mkdir -p tests/${file%.}/ && mv $file tests/${file%.}/; done —> Using cache —> 12a445ea3e08 Step 11/34 : RUN dotnet restore —> Running in 53c93097095c Failed to download package ‘Foundatio.Hosting.8.1.2092-pre’ from ‘https://www.myget.org/F/exceptionless/api/v3/flatcontainer/foundatio.hosting/8.1.2092-pre/foundatio.hosting.8.1.2092-pre.nupkg’. The HTTP request to ‘GET https://www.myget.org/F/exceptionless/api/v3/flatcontainer/foundatio.hosting/8.1.2092-pre/foundatio.hosting.8.1.2092-pre.nupkg’ has timed out after 100000ms.

`

i am use the proxy and slow too

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ejsmithcommented, Oct 25, 2019

Those pre packages will move to GitHub once it allows anonymous access. Also, we should probably have 2 docker-compose files. 1 that builds from source and one that uses the lastest CI built images and then maybe another one that uses official released images.

0reactions
niemyjskicommented, Feb 25, 2020

This should be fixed in the 6.x release, I’m working on updating the release notes and upgrade guide.

Read more comments on GitHub >

github_iconTop Results From Across the Web

NuGet Package Manager slow on a large solution ...
I have a solution of 31 projects (30x .NET Standard 2, 1x ASP.NET Core) where just loading the “Installed” tab in the NuGet...
Read more >
Manage NuGet packages for solution extremely slow #10674
As described above, Visual Studio Nuget manager pane is unusably sluggish for any operation. Here's a gif of me switching back and forth...
Read more >
visual studio 2017 - Nuget local feed slow search
It works fine. However, search for a package (Example: Automapper) using "Manage NuGet packages for Solution" is very very slow. It eventually ...
Read more >
Is Visual Studio 2019's nuget package manager slow for ...
I'm getting really annoyed with VS19's NuGet Package manager. It's so slow it's becoming unbearable. I can create a new fresh project, ...
Read more >
NuGet server is really slow / Problems / Discussion Area
I don't have this problem when using nuget.org as a package source, so I believe it's local to our account feed. Any thoughts...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found