This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
Перейти к файлу
Tomáš Rylek 93cc8811fe
Exclude code dealing with System.Numeric.Vector`1 from CPAOT compilation (#6527)
I have added a new field layout algorithm for Vector<T> and checks
to abort method compilation when it tries to access this information.
2018-11-08 10:23:39 +01:00
.vscode
Documentation Add ILC architecture document (#6389) 2018-10-06 20:29:38 -07:00
buildpipeline
buildscripts Merge branch 'master' into r2r-merge 2018-09-25 14:20:55 +02:00
cross Add Bionic to sources.list for cross (#6417) 2018-10-02 15:22:01 -07:00
pkg Include CppCodeGen headers in the IL Compiler package (#6457) 2018-10-15 17:57:06 -07:00
samples Update MonoGame package version (#6277) 2018-08-30 11:24:29 -07:00
src Exclude code dealing with System.Numeric.Vector`1 from CPAOT compilation (#6527) 2018-11-08 10:23:39 +01:00
tests Exclude code dealing with System.Numeric.Vector`1 from CPAOT compilation (#6527) 2018-11-08 10:23:39 +01:00
.editorconfig
.gitattributes
.gitignore Ready To Run Test Support (#6156) 2018-08-02 12:50:35 -07:00
.gitmirrorall
BuildToolsVersion.txt Update buildtools 2018-10-11 22:23:51 -07:00
DotnetCLIVersion.txt Fix build break in official build (#6326) 2018-09-12 17:34:29 -07:00
LICENSE.TXT
NuGet.config Update unit test projects to netstandard2.0 (#6295) 2018-09-06 11:13:43 -07:00
PATENTS.TXT
Packaging.props
README.md
THIRD-PARTY-NOTICES.TXT
build.cmd
build.proj
build.sh
dependencies.props Unify versions of System.Reflection.Metadata used in CoreRT (#6515) 2018-10-31 17:42:56 -07:00
dir.props Update to official XUnit 2.4 (#6299) 2018-09-07 08:06:08 -07:00
dir.targets Update unit test projects to netstandard2.0 (#6295) 2018-09-06 11:13:43 -07:00
dir.traversal.targets
init-tools.cmd Update to official XUnit 2.4 (#6299) 2018-09-07 08:06:08 -07:00
init-tools.msbuild
init-tools.sh Update to official XUnit 2.4 (#6299) 2018-09-07 08:06:08 -07:00
netci.groovy Add ready-to-run CoreCLR tests to CI 2018-08-28 14:57:06 -07:00

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.

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