Resharper Inspection/Context Actions not working to only one file Resharper Inspection/Context Actions not working to only one file wpf wpf

Resharper Inspection/Context Actions not working to only one file


MainViewModel and ViewModelLocator are both omitted from ReSharper analysis.(Perhaps because they were added automatically as part of the MVVM Light NuGet package?) The fix is to right-click the "Pause" icon at the top of the vertical scrollbar and "Enable analysis" for the file. Click again and "Resume"


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.