vscode-csharp icon indicating copy to clipboard operation
vscode-csharp copied to clipboard

Feature request: XML Solution (SLNX) workflow

Open sammtan opened this issue 10 months ago • 4 comments

Visual Studio Preview has a new workflow feature with the .slnx solution as an alternative to the traditional .sln that uses GUID, which is pretty much useless. XML Solution seems to make the project structure simpler and the code may also be easier to understand.

I hope the dev team and fellow contributors will agree with this, because this feature will be very helpful.

sammtan avatar Apr 13 '24 22:04 sammtan

And in addition to support it in VS Code it would of bourse be very nice to have it in the dotnet CLI tooling as well and in the templates.

trichling avatar Apr 15 '24 05:04 trichling

slnx will surely be the de facto standard for sln files going forward. Commenting to register my interest in this feature being available to use in vsCode

sebastianwhiffen avatar Apr 16 '24 07:04 sebastianwhiffen

I don't have a lot of information here, but I expect once core MSBuild supports and can parse the new format, the C# extension will also be able to support it.

dibarbet avatar Apr 16 '24 19:04 dibarbet

MSBuild tracking issue for SLNX support https://github.com/dotnet/msbuild/issues/10266

JoeRobich avatar Aug 26 '24 21:08 JoeRobich