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

Commit e237add

Browse files
authored
Update README.md
1 parent 69cd4e6 commit e237add

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
> [!IMPORTANT]
2+
> This project is only a temporary solution to work with SLNX files before MSBuild supports SLNX files.
3+
>
4+
> Currently, MSBuild does not support reading and manipulating SLNX files. However, as soon as it does, this
5+
> library may not be suitable anymore.
6+
>
7+
> However, MSBuild is actively getting new commits and PRs that put effort into supporting SLNX files. This is a good sign,
8+
> as we can finally begin building SLNX files in apps that support them. This, however, also means that the Slnx library will not
9+
> have much use when MSBuild begins to support SLNX files. Furthermore, the SLNX file format is not officially documented. Because of this,
10+
> the Slnx library may not be able to parse every single SLNX file, because the format is not officially documented.
11+
>
12+
113
# Slnx
214
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.
315

0 commit comments

Comments
 (0)