microsoft / microsoft/vscode-dotnettools
[SUGGESTION] C# dev kit should natively support MSBuild Traversal Projects
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 321
- Forks
- 54
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 2
Description
Describe the feature you'd like
Microsoft.Build.Traversal is an MSBuild SDK described as "replacements for Visual Studio solution files".
- If a traversal project file is present, Dev Kit should not automatically create an SLN file
- If a traversal project file is present, DevKit should display its contents in the solution explorer as well as allow the user to add and remove projects, similar to .SLN based projects
Alternatives considered
No response
Environment Information
OS Windows 10 22H2
VSCode 1.79
Extension 2.0.206
Contributor guide
No contributing guide indexed for this repository
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 reviewing Microsoft.Build.Traversal and the existing behavior that automatically creates SLN files. Trace the C# Dev Kit entry points for solution explorer project discovery and project add/remove operations. Done means traversal projects prevent automatic SLN creation, appear in solution explorer, and support project management comparable to SLN-based projects.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, vscode
- Domain
- build-system, developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100