microsoft / microsoft/MSBuildSdks
Traversal msbuild-sdk does not perform the "Restore" task across all projects
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 508
- Forks
- 94
- Avg merge
- 6h 40m
- Merged PRs (30d)
- 2
Description
- Create a travesal project that contains projects that need to restore nuget packages.
- Execute msbuild dirs.proj /t:Restore
- No all projects are restored.
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 creating the traversal project described in the issue, including projects that need NuGet packages restored. Run msbuild dirs.proj /t:Restore and inspect the traversal behavior. Done means all projects included by the traversal project have their NuGet packages restored.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100