Fast way to create a path from Environment.SpecialFolder
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 68/100
Research direction
Start by locating the AbsolutePath API and the Environment.SpecialFolder usage shown in the issue. Add a concise way to convert a special folder value to an AbsolutePath, and confirm that the Programs example works without explicitly calling Environment.GetFolderPath.
Written by the indexing model from the issue text.
Description
Currently we need to do a new AbsolutePath(Environment.GetFolderPath(Environment.SpecialFolder.Programs)), but probably it worth to make this more short? Something like extension methods for enum Environment.SpecialFolder, which will be used like Environment.SpecialFolder.Programs.AsAbsolutePath().
- Dominant language
- C#
- Stars
- 104
- Forks
- 19
- Avg merge
- 7h 27m
- Merged PRs (30d)
- 7
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 ForNeVeR/TruePath
-
bug good first issue help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
bug help wanted
Difficulty 3/5 1-2 days Newbie friendliness 68/100
-
bug good first issue help wanted
Difficulty 3/5 1-2 days Newbie friendliness 68/100
-
bug help wanted
Difficulty 4/5 3-5 days Newbie friendliness 55/100
-
enhancement good first issue help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 55/100
All issues in ForNeVeR/TruePath
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 ·