Hi @lg2de, are you using git in your project or any other VCS? If not, could you please try with a VCS?
The directory is automatically created; the error here mentions that we cannot find where to create the folder. I believe it can happen in Rider when no .sonarlint folder exists, and you are not on a VCS project.
Puh, difficult to provide such details without offering company internals…
The solution is placed in the root of the repository. So, I guess this is quite normal setup.
Here some details of the root folder:
.git (folder)
.idea (folder)
.vs (folder)
(several other folders)
.editorconfig
.gitignore
(several other files)
foo.sln
(several other files)
Thank you for your information, @lg2de. We have just released SonarLint 10.9, which should fix your issue. Could you please update and see if you can reproduce the problem?