Reputation: 87270
I've found that if I try to use the context menu that shows up after Alt-Enter in one of my projects in a soluition, and then select an action, it will simply do nothing.
This only seems to happen in projects which I've added to my solution as a "Add existing project". It does work in the projects that belong to that specific solution.
Upvotes: 2
Views: 1003
Reputation: 213
The following instruction helped me: https://resharper-support.jetbrains.com/hc/en-us/articles/206546989-ReSharper-stopped-working-for-a-single-specific-solution
Upvotes: 2
Reputation: 87270
Actually it turns out that the problem was being caused by the Git tools for VS. Disabling them in Tools -> Options -> Source control -> None
fixes the issue.
Resources:
Upvotes: 2