[FEEDBACK]: Option 2: Dev Proxy inside WSL, bash script requires unzip
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 85/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- bash, linux, ubuntu
- Domain
- cli, documentation
Research direction
Start with docs/dev/dev-proxy/how-to/use-dev-proxy-with-wsl.md and locate the Linux setup instructions on the Get started page. Verify how setup prerequisites are presented, then document that unzip is required and include the supplied apt commands. Done means both pages warn WSL/Linux users before the install script runs.
Written by the indexing model from the issue text.
Description
Type of issue
Missing information
Feedback
When you install the latest version of Ubuntu in WSL, it does not ship with the unzip executable which the bash install script requires which results in an error
bash: line 66: unzip: command not found
We should include an admonition on the page to warn users that unzip is required. They can use the following command to install the executable:
sudo apt update
sudo apt install unzip
We should also include this admonition in the Linux setup instructions on the Get started page.
Page URL
https://learn.microsoft.com/en-us/microsoft-cloud/dev/dev-proxy/how-to/use-dev-proxy-with-wsl
Content source URL
Author
@waldekmastykarz
Document Id
8c90ce44-d1af-0865-edeb-35744cc6b2ec
Platform Id
86e7a2a3-7661-437e-df87-8f3dc8321d49
- Dominant language
- C#
- Stars
- 832
- Forks
- 89
- Avg merge
- 12h 1m
- Merged PRs (30d)
- 23
Contributor guide
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.
More from dotnet/dev-proxy
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
-
needs peer review
Difficulty 3/5 1-2 days Newbie friendliness 68/100
All issues in dotnet/dev-proxy
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
ci-failure-cause test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area:auth FE mvp P3
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
klasolsson81/jobbliggaren#1788 ·