devlooped / devlooped/dotnet-file
Only 'http' and 'https' schemes are allowed.
Open
Nobody has claimed this yet.
good first issue
- Dominant language
- C#
- Stars
- 63
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Discussed in https://github.com/devlooped/oss/discussions/1
Originally posted by mgnslndh December 15, 2020
If you run dotnet-file with a file:// URI you get the error message "Only 'http' and 'https' schemes are allowed." It would be nice if dotnet-file supported the file:// protocol or would that be out of scope for the project?
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.
Research direction
Start by reproducing the reported error when dotnet-file receives a file:// URI and trace where URI schemes are handled. Determine the intended scope for local file support; done means file:// inputs work as expected, or the project clearly documents that the protocol remains unsupported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100
