Home of the .NET Foundation
This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET Native compiler toolchain.
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.
The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs.
This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others.
This repo contains the .NET Core command-line (CLI) tools, used for building .NET Core apps and libraries through your development flow (compiling, NuGet package management, running, testing, ...).
This repo contains information about the various component versions that ship with .NET Core.
This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.
This repo contains the base Docker images for working with .NET Core and the .NET Core Tools.
This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.