Open sammtan opened 7 months ago
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.
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
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.
MSBuild tracking issue for SLNX support https://github.com/dotnet/msbuild/issues/10266
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.