Resharper "Cannot Resolve Symbol" Even When Project Builds

Resharper Cannot resolve symbol when the code well-compiled

This following seems to work for me most of the time

Solution 1

Tools->Options->ReSharper 
  • Suspend Now
  • Resume

It refreshes the cache and/or some other dark magic


Solution 2

You could try clearing the ReSharper cache implicitly

ReSharper->Options->Environment->General 
  • Clear Caches.

Solution 3

You can also try unloading and then reloading the project.

Solution Explorer->Right Click
  • Unload Project
  • Reload Project

Solution 4

As a last resort you can try to delete the solution cache manually

%LOCALAPPDATA%\JetBrains\Transient\ReSharperPlatformVsXX\vXX\SolutionCaches\

Visual Studio cannot resolve symbols and yet builds. Cannot resolve symbol onmodelcreating

The problem goes away on installing Resharper 2021.2

ReSharper Cannot resolve symbol between projects in brand-new dnx solution

Try installing ReSharper 10.1 EAP build, the following issues have been fixed there: one, two, three. So it should support the latest dnx version (ReSharper 9.2 can't support "1.0.0-rc1-update2" since R# 9.2 build was released about 9 months ago).



Related Topics



Leave a reply



Submit