Windows Terminal version
No response
Windows build number
No response
Other Software
No response
Steps to reproduce
run tools\razzle.cmd
The step for nuget restore fails with error “Invalid input 'OpenConsole.slnx'. The file type was not recognized.”
Expected Behavior
nuget restore should be successful
Actual Behavior
nuget restore failed because the current bundled nuget.exe doesn't support *.slnx files.
Replacing dep/nuget/nuget.exe to use a newer version of nuget.exe will fix this issue.
It would be difficult to review an uploaded binary file, so I am reporting this issue without uploading my local fix.
Windows Terminal version
No response
Windows build number
No response
Other Software
No response
Steps to reproduce
run
tools\razzle.cmdThe step for
nuget restorefails with error “Invalid input 'OpenConsole.slnx'. The file type was not recognized.”Expected Behavior
nuget restore should be successful
Actual Behavior
nuget restore failed because the current bundled nuget.exe doesn't support *.slnx files.
Replacing
dep/nuget/nuget.exeto use a newer version of nuget.exe will fix this issue.It would be difficult to review an uploaded binary file, so I am reporting this issue without uploading my local fix.