You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dotnet new sln --format slnx works in 9.0.3xx but fails on 10.0.100
To Reproduce
dotnet new sln --name HelloWorld --format slnx
SDK 9.0.302 returns
The template "Solution File" was created successfully.
SDK 10.0.0-preview.6.25358.103 returns
Error: Invalid option(s):
--format
'--format' is not a valid option
slnx
'slnx' is not a valid option
For more information, run:
dotnet new sln -h
For details on the exit code, refer to https://aka.ms/templating-exit-codes#127
Runtime Environment:
OS Name: Windows
OS Version: 10.0.26100
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\10.0.100-preview.6.25358.103\