chocolatey / choco

Chocolatey - the package manager for Windows
https://chocolatey.org
Other
10.26k stars 900 forks source link

Clarify `Proxy BypassList` value must be a regular expression, in the help output #3401

Closed corbob closed 5 months ago

corbob commented 7 months ago

Checklist

Is Your Feature Request Related To A Problem? Please describe.

The help text in ConfigurationBuilder.cs should clarify that Proxy.BypassList is a regular expression.

Describe The Solution. Why is it needed?

.Net treats the Proxy configurations Bypass List as a regular expression. In the common parameter we call that out, but we do not call it out for the configuration file settings.

Additional Context

The information can be updated here: https://github.com/chocolatey/choco/blob/bb2dc722fdcb2417fc2ddaf46e2645f80977f19c/src/chocolatey/infrastructure.app/builders/ConfigurationBuilder.cs#L278

Related Issues

choco-bot commented 3 months ago

:tada: This issue has been resolved in version 2.3.0 :tada:

The release is available on:

Your GitReleaseManager bot :package: :rocket: