DotNetCoreRestore: support multiple root paths
Open
Help wanted
Improvement
Up-for-grabs
- Dominant language
- C#
- Stars
- 4.2k
- Forks
- 778
- Avg merge
- 1h 15m
- Merged PRs (30d)
- 19
Description
Right now, the tool assumes there is only one path.
However, you can do the following:
`dotnet restore "src/" "test/"` which is just a list of paths to restore. I'll make the tool support that.
Contributor guide
Research direction
Locate the DotNetCoreRestore entry point and inspect how it currently accepts and forwards a single root path. Check the existing restore-related tests if available, then verify that two paths such as `src/` and `test/` are both passed to `dotnet restore` successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100