mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-03-14 16:19:21 +07:00

In a proxy environment, such as in an enterprise, HTTP(S)_PROXY often takes the form of credentials, i.e., http://user:pass@host:port. When $ProxyAddress is passed in this format, WebProxy does not use the authentication information by default. This PR aims to solve the above problem.