PowerShell / PowerShell/PowerShell
Convert `.sln` files to `.slnx`
Nobody has claimed this yet.
- 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
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 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