I've been using Resharper for years but today I found Resharper inspection including Context Action (Ctrl+Enter bulbs) is not working to only single file (MainViewModel.cs
in .NET4.6.2 WPF project) in solution.
This No-inspection symptom can be acknowledged by no yellow/green checkmark on top of editor scrollbar.
Here's what I've checked.
UTF8 BOM
as like others, but still not working. 2016.3.2
, all of them are not helped.VS2015/VS2017
identically.What can I do to check more for this problem?
I ended up by creating MainViewModel.partial.cs
partial class and move codes to it.
It works fine.
This is not a solution, so any reply could be welcomed.