What happen to nuget today? Are they out? I was not able to download everything using VS or even the browser was not able to download
https://api.nuget.org/packages/entityframework.6.1.3.nupkg
Browser returned:
This site can’t be reached api.nuget.org’s server DNS address could not be found. Try running Windows Network Diagnostics.
VS returned:
Error occured:\nAn error occurred while sending the request.
Package Manager Console returned:
install-package : An error occurred while sending the request.
At line:1 char:1
+ install-package entityframework
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Any idea? Please help. Thanks
Doubt if there is any issues with the nuget site, it seems to be resolving fine. There might be proxy which is blocking.
If you are behind any corporate firewall for nuget which is causing issues, host your nuget service. However you need to figure out how to download the package once, to push it to your own host.
Host your own nuget