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.
Перейти к файлу
Egor Bogatov 90f7060935 Fix decimal test (#3)
Needed for https://github.com/mono/mono/pull/13198
2019-03-05 19:50:49 +01:00
Documentation
cross
src
tests
.editorconfig
.gitattributes
.gitignore
.gitmirror
CMakeLists.txt
LICENSE.TXT
PATENTS.TXT
README.md
THIRD-PARTY-NOTICES
all.locproj
build.cmd
build.proj
build.sh
clr.coreclr.props
clr.defines.targets
clr.desktop.props
clr.native.targets
clr.props
clr.targets
crossgen.cmake
dac.cmake
dac.props
dir.props
dir.targets
dir.traversal.targets
dirs.proj
generateexportedsymbols.awk
generateversionscript.awk
netci.groovy
oacr.cfg
partition.settings.targets
run-cppcheck.sh

README.md

.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.

Build Status

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 Build Status
Release Build status Build status Build status Build 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].

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.

There are many .NET projects on GitHub.