Consider replacing usage of solution models in this repo with vs-solutionpersistence
Open
@mruxmohan4 is already working on this.
Since Dec 9, 2024.
- Dominant language
- C#
- Stars
- 466
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
Hello! The VS Solution team has created a standalone OSS library for interacting with solution files in the microsoft/vs-solutionpersistence repository. The .NET CLI is moving to adopt this library for the upcoming .NET SDK 9.0.200 release, and we'd encourage all tools that manipulate solutions to move to this library as well.
In addition to being the canonical parser library, you also get support for handling both .sln files and the new .slnx format.
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.
Assessment
This issue has not been assessed yet.