microsoft / microsoft/vscode-dotnettools

[SUGGESTION] C# dev kit should natively support MSBuild Traversal Projects

Open
#121 0 comments 19 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area-solution enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.