3899 Forks
17563 Stars
17563 Watchers

roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.

How to download and setup roslyn

Open terminal and run command
git clone https://github.com/dotnet/roslyn.git
git clone is used to create a copy or clone of roslyn 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 roslyn https://github.com/dotnet/roslyn/archive/master.zip

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

If you have some problems with roslyn

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