-
-
Notifications
You must be signed in to change notification settings - Fork 921
Open
Description
Serena today only recognizes and parses the legacy .sln format. Microsoft has introduced a new, simpler XML-based solution file format called .slnx that’s now supported by Visual Studio 17.14+ and the .NET SDK 9.0.200+ CLI. As adoption grows, Serena should be able to index, navigate, and manipulate .slnx workspaces just like it does traditional solution files.
Additional context
- New, Simpler Solution File Format – Visual Studio Blog https://devblogs.microsoft.com/visualstudio/new-simpler-solution-file-format/
- Introducing SLNX Support in .NET CLI – .NET Blog https://devblogs.microsoft.com/dotnet/introducing-slnx-support-dotnet-cli/
- XML solution parser: Microsoft.VisualStudio.SolutionPersistence
Metadata
Metadata
Assignees
Labels
No labels