This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
Перейти к файлу
Michal Strehovský 48183632f6 Make reflection tracking work with unnormalized VirtualMethodUse 2018-01-19 13:31:59 +01:00
.vscode Updated paths to ILC in docs and fixed .vscode/launch.json (#4212) 2017-07-21 21:53:46 +02:00
Documentation Cleanup and simplify makefiles (#5179) 2018-01-02 03:59:17 -08:00
buildpipeline Set cleanOptions to 3 so that output directory is cleaned up (#5166) 2017-12-31 08:12:45 -08:00
buildscripts Add ability to build CoreRT with VS BuildTools 2017 (#5243) 2018-01-13 14:08:32 -08:00
cross [ARM32] Cross initialization rootfs for Tizen (#5039) 2017-11-29 10:12:27 -08:00
pkg Remove unused exclude 2018-01-03 09:55:58 -08:00
samples Make updates to RD.XML invalidate the IlcCompile target (#5252) 2018-01-17 10:33:28 -08:00
src Make reflection tracking work with unnormalized VirtualMethodUse 2018-01-19 13:31:59 +01:00
tests Make reflection tracking work with unnormalized VirtualMethodUse 2018-01-19 13:31:59 +01:00
.editorconfig Add .editorconfig (#3001) 2017-03-16 18:41:57 -07:00
.gitattributes Add *.in text eol=lf to .gitattributes (#2579) 2017-01-24 20:08:45 -08:00
.gitignore [ILVerify] Added first tests (#3725) 2017-05-31 11:09:28 -07:00
.gitmirrorall Enable mirroring 2015-10-28 12:32:36 -07:00
BuildToolsVersion.txt Update buildtools 2018-01-04 18:22:23 +01:00
DotnetCLIVersion.txt Updating CLI to 2.0.0 version (#4667) 2017-10-03 22:06:17 -07:00
LICENSE.TXT Update licensing headers 2016-01-27 21:18:14 -08:00
NuGet.config Update CoreRT build to use latest .NET CLI and build tools (#3916) 2017-06-24 11:10:44 -07:00
PATENTS.TXT Adding things to patents 2015-11-17 22:58:13 -08:00
Packaging.props Delete ToolsVersion attribute from msbuild files 2017-06-17 13:12:18 -07:00
README.md Add MonoGame sample (#5225) 2018-01-11 00:25:41 -08:00
THIRD-PARTY-NOTICES.TXT Update Lincense Info (#3615) 2017-05-15 13:01:28 -07:00
build.cmd Fix rough edges after CLI update (#3983) 2017-06-26 17:10:12 -07:00
build.proj Update CoreRT build to use latest .NET CLI and build tools (#3916) 2017-06-24 11:10:44 -07:00
build.sh Split build scripts for CI (#2309) 2016-12-08 09:56:38 -06:00
dependencies.props Update corefx to latest (#5254) 2018-01-17 09:15:03 -08:00
dir.props Cleanup and simplify makefiles (#5179) 2018-01-02 03:59:17 -08:00
dir.targets Fix VS2017 IntelliSense (#4643) 2017-10-02 14:51:12 -07:00
dir.traversal.targets Fix "build.cmd clean" (#4095) 2017-07-07 04:55:29 +02:00
init-tools.cmd Updating CLI to 2.0.0 version (#4667) 2017-10-03 22:06:17 -07:00
init-tools.msbuild Update CoreRT build to use latest .NET CLI and build tools (#3916) 2017-06-24 11:10:44 -07:00
init-tools.sh Fix init-tools when launched from a different directory (#4815) 2017-10-26 23:59:02 +02:00
netci.groovy Update CI to OSX10.12 (#3920) 2017-06-18 17:14:49 -07:00

README.md

.NET Core Runtime (CoreRT)

This repo contains the .NET Core runtime optimized for AOT compilation

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 or take a look at our documentation.

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