PowerShell / PowerShell/PowerShell

Convert `.sln` files to `.slnx`

Open
#26,064 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Issue-Meta Needs-Triage
Dominant language
C#
Stars
55.5k
Forks
8.5k
Avg merge
1d 2h
Merged PRs (30d)
88

Description

The .NET team recently announced support for .slnx, a new, simplified solution file format for the .NET CLI:
Introducing support for SLNX, a new, simpler solution file format in the .NET CLI.

Draft changes from automated conversion using dotnet sln migrate: https://github.com/xtqqczze/PowerShell-PowerShell/commit/1d7529a3ee13b91dbde00f9402d9d0459bfd12c9

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 reviewing the repository's existing .sln files and the draft conversion commit 1d7529a3ee13b91dbde00f9402d9d0459bfd12c9. Use dotnet sln migrate as the referenced conversion path, then verify that the solution files are represented as .slnx files and remain usable by the .NET CLI.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
build-system
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.