2764 Forks
12816 Stars
12816 Watchers

coreclr

CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.

How to download and setup coreclr

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

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

If you have some problems with coreclr

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