Paket explicitly bypass proxy on local addresses
Nobody has claimed this yet.
- Dominant language
- F#
- Stars
- 2.1k
- Forks
- 528
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 54
Description
Description
Paket explicitly bypass proxy on local addresses. In certain configuration there could be issue. mono resolves same domain for custom nuget repo and for host which paket runs, but still proxy is required to access that repo. Would be great to have setting to not bypass proxy on local addresses.
Repro steps
Please provide the steps required to reproduce the problem
-
Step A
-
Step B
If possible then please create a git repository with a repro sample or attach a zip to the issue.
Expected behavior
Configuration to enable or disable bypass proxy on local
Actual behavior
All local addresses are bypassed.
Known workarounds
Setup another proxy
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in src/Paket.Core/Common/NetUtils.fs at the referenced lines and trace how local addresses are excluded from proxy use. Add the requested configuration behavior so local-address proxy bypass can be enabled or disabled, and verify that both settings produce the expected proxy handling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fsharp
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100