Code Analysis & Inspection - oriches/Resharper.ReactivePlugin GitHub Wiki

[Back Home] (https://github.com/oriches/Resharper.ReactivePlugin/wiki)

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).

Available Highlighters

Missing calls to method AsObservable,

[Missing IScheduler parameter] (https://github.com/oriches/Resharper.ReactivePlugin/wiki/Missing-IScheduler-parameter)

[Replace Select & Merge with SelectMany] (https://github.com/oriches/Resharper.ReactivePlugin/wiki/Replace-Select-And-Merge-SelectMany)