Skip to content

This repo contains the .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.

License

destinyclown/coreclr

 
 

Repository files navigation

.NET Core Runtime (CoreCLR)

The CoreCLR repo contains the complete runtime implementation for .NET Core. It includes RyuJIT, the .NET GC, native interop and many other components. It is cross-platform, with multiple OS and CPU ports in progress.

Note that the library implementation CoreFX (System.Collections, System.IO, System.Xml and so on) lives in another repo dotnet/corefx.

Build Status

Debian 8.2 Ubuntu 14.04 Centos 7.1 OpenSuSE 13.2 Windows Mac OS X FreeBSD
Debug Build status Build status Build status Build status Build status
Arm64 status
Build status Build status
Release Build status Build status Build status Build status Build status
Arm64 status
Build status Build status

Get .NET Core

Linux Windows Mac OS X FreeBSD
Build from Source Instructions Instructions Instructions Instructions
Get Binaries DNX SDK DNX SDK
Raw
DNX SDK

Chat Room

Want to chat with other members of the CoreCLR community?

Join the chat at https://gitter.im/dotnet/coreclr

Learn about CoreCLR and .NET Core

The best ways to learn about CoreCLR are to try out the product instructions and to read the "Book of the Runtime" architecture documents that describe the inner workings of the product. New devs to the CLR team are encouraged to read these documents before making substative changes to the product. They are equally useful for open source contributors.

.NET Core is part of ASP.NET 5 and is a subset of the .NET Framework. You can learn more about .NET Core and how and where you can use it in the CoreCLR is open source blog post.

The .NET Core Libraries repo contains the base class libraries, which provides data types and base functionality (ex: String, Collections, HttpClient) on top of CoreCLR. The two repos together make up .NET Core. The .NET Core is Open Source and Introducing .NET Core blog posts describes our .NET Core OSS strategy and road map in more detail.

Engage, Contribute and Provide Feedback

Some of the best ways to contribute are to try things out, file bugs, and join in design conversations. You are encouraged to start a discussion by filing an issue, or starting a thread in the .NET Foundation forums. If you are having issues with the Full .NET Framework or .NET Runtime the best ways to file a bug are at Connect or through Product Support if you have a contract.

Looking for something to work on? The list of up-for-grabs issues is a great place to start.

Please read the following documents to get started.

License

.NET Core (including the coreclr repo) is licensed under the MIT license.

.NET Foundation

.NET Core is a .NET Foundation project.

Related Projects

There are many .NET projects on GitHub.

About

This repo contains the .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 63.3%
  • C++ 32.3%
  • C 2.7%
  • Smalltalk 0.6%
  • Assembly 0.4%
  • CMake 0.3%
  • Other 0.4%