Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit 7b113d8

Browse files
authored
Temporarily unarchived repository to update deprecation reason
1 parent 42c0182 commit 7b113d8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
> [!IMPORTANT]
2-
> Slnx is now deprecated.
3-
>
4-
> The reason is that MSBuild now officially has support for reading/writing/building SLNX files. Additionally,
5-
> MSBuild relies on a NuGet package: [Microsoft.VisualStudio.SolutionPersistence](https://nuget.org/packages/Microsoft.VisualStudio.SolutionPersistence), which is
6-
> a library directly from Visual Studio that parses SLNX files with support to parse every aspect of an SLNX file, even though SLNX is an undocumented file type.
7-
>
2+
> It is recommended to use an official library for handling SLNX files. See Microsoft.VisualStudio.SolutionPersistence
3+
> on [NuGet](https://nuget.org/packages/Microsoft.VisualStudio.SolutionPersistence) or [GitHub](https://github.com/microsoft/vs-solutionpersistence).
4+
>
85
96
# Slnx
107
SLNX is a fast parser and writer for the (currently) new in-preview Visual Studio XML Solution format with a .slnx extension, introduced in Visual Studio 2022 17.10 Preview 3.

0 commit comments

Comments
 (0)