This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET native compiler toolchain.
C# C++ Assembly C Shell Batchfile Other
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.vscode Updated paths to ILC in docs and fixed .vscode/launch.json (#4212) Jul 21, 2017
Documentation Remove libuuid usage (#5521) Mar 8, 2018
buildpipeline Hardcode symbol publishing task to 1.* (#5499) Mar 5, 2018
buildscripts Convert ILVerify, ILVerification and ILVerification.Tests to old build ( Feb 24, 2018
cross Fix cmake toolchain compile flags loop (#5356) Feb 7, 2018
pkg Make Server GC component optional (#5565) Mar 19, 2018
samples Add Hello World console app sample (#5545) Mar 14, 2018
src Merge pull request #5613 from dotnet/nmirror Mar 24, 2018
tests Merge pull request #5577 from dotnet/master Mar 19, 2018
.editorconfig Add .editorconfig (#3001) Mar 17, 2017
.gitattributes Add *.in text eol=lf to .gitattributes (#2579) Jan 25, 2017
.gitignore [ILVerify] Added first tests (#3725) May 31, 2017
.gitmirrorall Enable mirroring Oct 28, 2015
BuildToolsVersion.txt Update buildtools (#5482) Mar 3, 2018
DotnetCLIVersion.txt Update buildtools (#5426) Feb 23, 2018
LICENSE.TXT Update licensing headers Jan 28, 2016
NuGet.config Update CoreRT build to use latest .NET CLI and build tools (#3916) Jun 24, 2017
PATENTS.TXT Adding things to patents Nov 18, 2015
Packaging.props Update buildtools (#5426) Feb 23, 2018
README.md Update main readme file (#5555) Mar 16, 2018
THIRD-PARTY-NOTICES.TXT Update Lincense Info (#3615) May 15, 2017
build.cmd Fix rough edges after CLI update (#3983) Jun 27, 2017
build.proj Update CoreRT build to use latest .NET CLI and build tools (#3916) Jun 24, 2017
build.sh Split build scripts for CI (#2309) Dec 8, 2016
dependencies.props Update dependencies (#5608) Mar 23, 2018
dir.props Fix binplacing of libLLVM during VS build (#5427) Feb 22, 2018
dir.targets Fix VS2017 IntelliSense (#4643) Oct 2, 2017
dir.traversal.targets Fix "build.cmd clean" (#4095) Jul 7, 2017
init-tools.cmd Updating CLI to 2.0.0 version (#4667) Oct 4, 2017
init-tools.msbuild Update CoreRT build to use latest .NET CLI and build tools (#3916) Jun 24, 2017
init-tools.sh Update buildtools (#5426) Feb 23, 2018
netci.groovy Update CI to OSX10.12 (#3920) Jun 19, 2017

README.md

.NET Core Runtime (CoreRT)

This repo contains the .NET Core runtime optimized for ahead of time compilation. The CoreRT compiler can compile a managed .NET Core application into a native (architecture specific) single-file executable that is easy to deploy. It can also produce standalone dynamic or static libraries that can be consumed by applications written in other programming languages. To learn more about CoreRT, see the intro document.

Try Our Samples

If you would like to give CoreRT a try, we publish daily snapshots of CoreRT to MyGet. Using CoreRT is as simple as adding a new package reference to your .NET Core project and publishing it. Check out one of our samples: a "Hello World" console app, a simple ASP.NET Core app, or a MonoGame game. The README.md file in each sample's directory will guide you through the process step by step.

Platform Support

This is a work in progress. The current state of platform support:

How to Engage, Contribute and Provide Feedback

Some of the best ways to contribute are to try things out, file bugs, and join in design conversations.

Looking for something to work on? The up for grabs issues are a great place to start. Take a look at our documentation to find out about the architecture and learn how to build and test the repo.

This project follows the .NET Core Contribution Guidelines.

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

Reporting security issues and security bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

License

The CoreRT Repo is licensed under the MIT license.

.NET Foundation

CoreRT is a .NET Foundation project.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

Related Projects

There are many .NET related projects on GitHub.

Build Status

Ubuntu 14.04 Windows Mac OS X
Debug Build status Build status Build Status
Release Build status Build status Build Status