264 Forks
3230 Stars
3230 Watchers

roslynator

Roslynator is a set of code analysis tools for C#, powered by Roslyn.

How to download and setup roslynator

Open terminal and run command
git clone https://github.com/dotnet/roslynator.git
git clone is used to create a copy or clone of roslynator repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with roslynator https://github.com/dotnet/roslynator/archive/master.zip

Or simply clone roslynator with SSH
[email protected]:dotnet/roslynator.git

If you have some problems with roslynator

You may open issue on roslynator support forum (system) here: https://github.com/dotnet/roslynator/issues