Skip to content

Code Analysis & Inspection

oriches edited this page Dec 30, 2012 · 45 revisions

All ReSharper code inspections have one of the following four severity levels. According to the severity level, the code issue is highlighted in a particular way and the corresponding mark is added to the marker bar on the right hand side of the code window in Visual Studio.

Severity Levels - Error, Warnings, Suggestions & Hints. More information can be found on the JetBrains website for [Reshaprer] (http://www.jetbrains.com/resharper/webhelp/Code_Analysis__Code_Highlighting.html).

List of supported inspections:

Hints

Missing calls to method AsObservable 2. Missing Scheduler

Adds a hint highlight to methods which have an overload taking an IScheduler parameter. This is highlighted because not defining an explicit IScheduler instance can cause issues when testing and

Clone this wiki locally