NuGet / Home

Repo for NuGet Client issues
Other
1.5k stars 253 forks source link

Test: RestoreCommand_UnmatchedRefAndLibAssembliesAsync is flakey #8766

Open zivkan opened 4 years ago

zivkan commented 4 years ago
NuGet.Protocol.Core.Types.FatalProtocolException : Failed to retrieve information about 'System.Runtime.WindowsRuntime' from remote source 'https://nuget.org/api/v2/FindPackagesById()?id='System.Runtime.WindowsRuntime'&semVerLevel=2.0.0'.
---- System.Net.Http.HttpRequestException : An error occurred while sending the request.
-------- System.Net.WebException : The underlying connection was closed: An unexpected error occurred on a send.
------------ System.IO.IOException : Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
---------------- System.Net.Sockets.SocketException : An existing connection was forcibly closed by the remote host
nkolev92 commented 4 years ago

I saw these 2 on my builds as well, link.

I'd imagine it's a microbuild issue, I've seen similar internal threads about it.