microsoft / microsoft/vs-solutionpersistence

[Feature Request] Support for ordering projects

Open
#131 1 comment 7 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
213
Forks
14
PR merge metrics
No merged PRs in 30d

Description

It would be great to have the ability to control the order of projects in a .slnx file.
For example, I would like MyCompany.Domain to appear above MyCompany.Client.

Currently, the projects are ordered automatically, which doesn’t always match the desired structure.
Having a way to specify the order manually would make project organization clearer and more predictable.

Contributor guide

Open the contributing guide

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 locating the .slnx project serialization and ordering logic, then inspect any existing tests for project ordering. The change is complete when a manually specified order, such as MyCompany.Domain before MyCompany.Client, is preserved when the solution is written and read back.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.