Resharper continues to disable "Show Live Semantic Errors" in Visual Studio 2010

How do I make Resharper disable the Show Live Semantic Errors and Underline Errors options in Visual Studio? It seems that whenever I go and turn them on manually, they somehow return to the disabled after some time - I suspect Resharr did this. Is there any remedy for this?

+5
source share
1 answer

You need to disable your own ReSharper code analysis if you want to save VS error detection settings.

To do this, go to ReSharper> Options> Code Verification> Settings and uncheck the Enable Code Analysis box.

If ReSharper code analysis is enabled, it disables the VS native C # error with each initialization. This VS functionality is considered redundant in the light of ReKharper 1k + expressions.

+6
source

All Articles