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.

Paket 6.0.0 cannot download any packages from Azure feed

See original GitHub issue

Description

Paket 6.0.0 cannot download any package from Azure DevOps feed

Repro steps

I can only guess:

  • Windows 10 machine
  • .NET Framework 4.8 installed and several .NET Core versions (But not 5 or 6)

Expected behavior

As with version 5.x.x download should go smoothly.

Actual behavior

Seems its missing System.Memory, Version=4.0.1.1 ?

Download has this stack trace:

Downloading XYZ.Dialog 29.14.44
Possible Performance degradation, V3 was not working: One or more errors occurred.
Source 'https://xyz.pkgs.visualstudio.com/_packaging/Xyz.Commons/nuget/v3/index.json' exception: System.Exception: Could not retrieve data from 'https://xyz.pkgs.visualstudio.com/_packaging/Xyz.Commons/nuget/v2/FindPackagesById()?semVerLevel=2.0.0&id='SettingsXmlFiles'' ---> System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
   at System.Net.Http.WinHttpResponseParser.GetReasonPhrase(HttpStatusCode statusCode, Char[] buffer, Int32 bufferLength)
   at System.Net.Http.WinHttpResponseParser.CreateResponseMessage(WinHttpRequestState state, DecompressionMethods manuallyProcessedDecompressionMethods)
   at System.Net.Http.WinHttpHandler.<StartRequestAsync>d__109.MoveNext()
   --- End of inner exception stack trace ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at Paket.NetUtils.catchHandler@1-1[a](AuthProvider auth, FSharpFunc`2 doRequest, Exception _arg1)
   at Paket.NetUtils.resolveAuth@482-3.Invoke(Exception edi)
   at Microsoft.FSharp.Control.AsyncPrimitives.CallFilterThenInvoke[T](AsyncActivation`1 ctxt, FSharpFunc`2 catchFilter, ExceptionDispatchInfo edi)
   at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction)
   --- End of inner exception stack trace ---
   at Paket.NetUtils.catchHandler@1-3(String url, Exception _arg3)
   at Paket.NetUtils.getFromUrl@534-3.Invoke(Exception edi)
   at Microsoft.FSharp.Control.AsyncPrimitives.CallFilterThenInvoke[T](AsyncActivation`1 ctxt, FSharpFunc`2 catchFilter, ExceptionDispatchInfo edi)
   at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction)

Known workarounds

None

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:4
  • Comments:24 (13 by maintainers)

github_iconTop GitHub Comments

4reactions
forkicommented, Aug 9, 2021

thanks!!! Paket 6.0.3 is released. Can anyone confirm that it works?

3reactions
baronfelcommented, Aug 9, 2021

that’s the secret: gotta leave little nuggets like this so I can swoop in and save the day.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Package manager cannot find package in offline resources
Open Visual Studio, go to "Debug" --> "Options.." · Search for "Nuget Package Manager" --> General · Click on "Clear All Nuget Cache(s)"...
Read more >
Cannot restore NuGet packages using Paket in Azure ...
I'm trying to define a pipeline that builds for .NET Core solution. Dependencies are managed by Paket. A dependency is downloaded from Azure...
Read more >
Cannot download universal package from Azure Devops ...
Describe the bug. Command Name az artifacts universal download Extension Name: azure-devops. Version: 0.11.0. Errors:.
Read more >
Paket 7.2.1
A dependency manager for .NET with support for NuGet packages and git repositories.
Read more >
release-notes
PERFORMANCE: If Paket didn't download a package, then it will no longer try to ... cannot be null' with TFS feed - https://github.com/fsprojects/Paket/pull/ ......
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