Top
image credit: Pxhere

C# Static Analysis Tool Roslynator.Analyzers Now Has over 500 Ways to Improve Code

The new version 2.3.1 of the Roslynator.Analyzers package brings the number of analyzers, refactorings and fixes to over 500.

Roslynator uses the open-source Roslyn .NET Compiler Platform to perform static analysis on your C# code. This analysis drives your IDE to display hints and actions to improve your code. Roslynator can be installed into Visual Studio 2017, Visual Studio 2019 and Visual Studio Code. The VSCode version runs on Linux, Mac and Windows.

So that it can take advantage of the latest version of Roslyn, 3.0, Roslynator.Analyzers 2.3.1 will be the last version to support Visual Studio 2017.

Read More on InfoQ