Connection to NuGet down?

I’m trying to build a .NET Core project in Visual Studio 2019. I have upgraded to the latest version and it was working yesterday. Now when I try to build any project, it times out trying to fetch NuGet pakages.

The message is:
Error occurred while restoring NuGet packages: Failed to retrieve information about ‘Microsoft.EntityFrameworkCore’ from remote source ‘https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore/index.json’.

Is it possible that the NuGet site is down? (Putting that URL in my browser times out.)

Now I tried a NuGet restore from the command line and get:
Response status code does not indicate success: 504 (Gateway Timeout).

Looks like they are down. So all development in the world comes to a halt?

Sorry for the panic… Looks like they are back up.
Nevermind. :grimacing: