Posts By Vince Vriend

Solving Dotnet Restore Error 407 (Unauthorized)

The Problem

While working on a project which is being developed at the location of the client i ran into an annoying issue. The mandatory corporate web proxy is probably to blame.

dotnet restore for .NET Core projects started producing 407 (Unauthorized) errors, which sucks a lot because restoring packages is an essential step of building the project.

Read more →