With .NET 9 SDK (9.0.200), Microsoft introduces a new XML-based solution file format (.slnx), replacing the older .sln files. The .slnx file is simpler and cleaner, eliminating issues related to GUIDs. Users can enable this feature through the Visual Studio Preview Features settings, migrate existing .sln files, or create new ones using the 'dotnet new sln --format slnx' command. However, the .slnx format is currently not supported in VSCode but works in JetBrains Rider.
3 Comments
Sort: