Prerequisites
Cake runner
Cake .NET Tool
Cake version
latest
Operating system
N/A
Operating system architecture
N/A
CI Server
No response
What are you seeing?
slnx is an XML SLN format.
.net9 added slnx support dotnet new sln -f slnx and latest VS opens and builds such solution.
src/Cake.Common/Tools/DotNet/Sln is missing slnx.
What is expected?
slnx parsing and serialization using the same library dotnet-sdk is using https://github.com/microsoft/vs-solutionpersistence.
Steps to Reproduce
N/A
Output log
No response
Prerequisites
Cake runner
Cake .NET Tool
Cake version
latest
Operating system
N/A
Operating system architecture
N/A
CI Server
No response
What are you seeing?
slnx is an XML SLN format.
.net9 added slnx support
dotnet new sln -f slnxand latest VS opens and builds such solution.src/Cake.Common/Tools/DotNet/Slnis missing slnx.What is expected?
slnx parsing and serialization using the same library dotnet-sdk is using https://github.com/microsoft/vs-solutionpersistence.
Steps to Reproduce
N/A
Output log
No response