Rider Version: 2024.3.5 Windows 11
I tried restarting/rebuilding/invalidating caches. Navigating to symbols does not work in a specific solution neither autocomplete and suggestions, but if I change to other solution, the symbol starts to work correctly.
All the symbols are red and are marked with the warning "Cannot resolve symbol X".
It was working until some days ago.
How can I fix this?
I realised that the problem started after a I made a Git Patch from a branch of the project.
After that, this problem started.
But today, when I switched to the initial branch (from where I patched changes with git), everything went back to normal.
If I switch to any other branch, the problem returns.
If I open the same solution, in any branch with Visual Studio without resharper, everything works fine. I think that resharper is the problem here, but I don't know what to do. Also, I tried open the same solution in a VM, but the same problem still occurs
Print showing the errors
Rider Version: 2024.3.5 Windows 11
I tried restarting/rebuilding/invalidating caches. Navigating to symbols does not work in a specific solution neither autocomplete and suggestions, but if I change to other solution, the symbol starts to work correctly.
All the symbols are red and are marked with the warning "Cannot resolve symbol X".
It was working until some days ago.
How can I fix this?
I realised that the problem started after a I made a Git Patch from a branch of the project.
After that, this problem started.
But today, when I switched to the initial branch (from where I patched changes with git), everything went back to normal.
If I switch to any other branch, the problem returns.
If I open the same solution, in any branch with Visual Studio without resharper, everything works fine. I think that resharper is the problem here, but I don't know what to do. Also, I tried open the same solution in a VM, but the same problem still occurs
Print showing the errors
Share Improve this question edited Feb 8 at 11:05 Leonardo Oliveira asked Feb 7 at 23:48 Leonardo OliveiraLeonardo Oliveira 11 bronze badge 2 |1 Answer
Reset to default 0Would you mind trying the following steps to see if that helps:
- In Rider go to Settings | Build, Execution, Deployment and set MSBuild version to the one from Visual Studio installation;
- Close Rider and delete the .idea folder;
- Open solution in Rider and see if the issue still persists.
- If the issue persists, please [report a bug][1] to our issue tracker.
Have a nice day! [1]: https://youtrack.jetbrains.com/newIssue?project=RIDER
git bisect
to track down exactly which commit that introduces the problem. – hlovdal Commented Feb 8 at 10:34