Skip to content
forked from dotnet/corert

This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.

License

Notifications You must be signed in to change notification settings

bilenkonito/corert

This branch is 14 commits ahead of, 842 commits behind dotnet/corert:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 21, 2017
Apr 2, 2019
May 28, 2019
May 25, 2019
Feb 20, 2019
May 14, 2019
Apr 16, 2019
Apr 20, 2019
Jun 19, 2019
Jun 6, 2019
Mar 17, 2017
Jan 25, 2017
Apr 24, 2019
Oct 28, 2015
Oct 12, 2018
Mar 10, 2019
Jan 28, 2016
Feb 17, 2019
Nov 18, 2015
Apr 9, 2018
May 6, 2019
Jun 14, 2019
Mar 12, 2019
Jun 27, 2017
Jun 24, 2017
Dec 8, 2016
May 15, 2019
Jun 13, 2019
Sep 6, 2018
Jul 7, 2017
Mar 4, 2019
Jun 13, 2019
Apr 5, 2019
Jun 13, 2019
Apr 6, 2019

Repository files navigation

.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 a NuGet feed. 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, a MonoGame game or a native library. 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.

About

This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 78.4%
  • C++ 15.1%
  • Assembly 3.1%
  • C 2.3%
  • Python 0.3%
  • Shell 0.3%
  • Other 0.5%