Rider keeps creating solution file infinitely
Hi! I was recently trying to download and use Rider for C# design but i ran into an issue with my solution file creation. When i try to create a new solution file, it loads for forever and nothing else comes out. This is my Toolset Build
which i suspect is causing the issue as before that i tried to change the filepaths due to prior error. Any help is appreciated
Please sign in to leave a comment.
Hi,
Could you please enable
Project ModelTrace Scenario (Help | Diagnostic Tools | Choose Trace Scenario), reproduce the issue and attach the log bundle collected after that?What MSBuild is selected in
File | Settings | Build, Execution, Deployment | Toolset and Build?Please attach all the information to the issue https://youtrack.jetbrains.com/issue/RIDER-58519.
By the way, it may be related to an issue with the dotnet-sdk installed via snap on Linux.
https://github.com/dotnet/sdk/issues/15114
K.R.
Sofia
hi! so do i put all the info in that thread? also , under MSBUILD i have auto (detected 16.0)
Hi,
you can either put the data on the https://youtrack.jetbrains.com/issue/RIDER-58519 issue, or create a new request via https://rider-support.jetbrains.com/hc/en-us/requests/new?ticket_form_id=97145 and attach a bundle to it.
Or you can use https://uploads.jetbrains.com/ service and let me know the uploadID.
K.R.
Sofia
i used the last link! here's the uploadID
Upload id: 2021_07_22_WPQpEzAsMTb9pcbE (file: threadDumps-freeze-20210721-22.zip)
Hi,
Thank you for logs.
Could you try to build your project in terminal using the same MSBuild from `/snap/dotnet-sdk/current/sdk/5.0.302/MSBuild.dll`. Does it work without any issues?
K.R.
Sofia