microsoft / microsoft/MSBuildSdks
Build some projects in parallel with Microsoft.Build.Traversal
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 508
- Forks
- 94
- Avg merge
- 6h 40m
- Merged PRs (30d)
- 2
Description
I am building quite a few projects, some of them are dependent on other projects. Because it is a mix of managed and native projects, i cannot always use project references to express dependencies. Is there a way to express this with Microsoft.Build.Traversal, making sure that dependent projects are built in order, while independent are built in parallel?
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 investigating Microsoft.Build.Traversal and how it represents dependencies between managed and native projects. Done means dependent projects build in order while independent projects can build in parallel, without relying on project references.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100