This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
Перейти к файлу
FabianNitsche b7d807acd4
Added missing trusty patches (#8185)
2020-06-04 05:57:27 -07:00
.devcontainer Use plain clang by default on Linux (#7948) 2020-01-11 17:55:52 +01:00
.vscode Updated paths to ILC in docs and fixed .vscode/launch.json (#4212) 2017-07-21 21:53:46 +02:00
Documentation ILVerify project was moved to dotnet/runtime (#8182) 2020-06-03 10:08:53 +02:00
buildpipeline Disable the "Update versions repository" step (#7947) 2020-01-09 12:25:48 +01:00
buildscripts ILVerify project was moved to dotnet/runtime (#8182) 2020-06-03 10:08:53 +02:00
cross Added missing trusty patches (#8185) 2020-06-04 05:57:27 -07:00
eng Prepend the native-tools folder onto the path after running emsdk_env (#8136) 2020-05-06 21:28:44 -07:00
pkg ILVerify project was moved to dotnet/runtime (#8182) 2020-06-03 10:08:53 +02:00
samples Update compiler from dotnet/runtime (#8122) 2020-05-02 07:30:44 +02:00
src Fix for build error when using libunwind. (#8183) 2020-06-03 06:23:53 -07:00
tests Run static constructors at compile time (#8176) 2020-06-01 09:04:42 +02: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 Update CoreCLR test scripting and tests (#7290) 2019-04-24 14:38:14 -07:00
.gitmirrorall Enable mirroring 2015-10-28 12:32:36 -07:00
.vsconfig Add .vsconfig and script (#7716) 2019-09-14 18:44:04 +02:00
BuildToolsVersion.txt Update buildtools 2018-10-11 22:23:51 -07:00
CODE-OF-CONDUCT.md Link Code of Conduct (#8068) 2020-04-02 15:21:15 -07:00
DotnetCLIVersion.txt Update versions of dependencies (#7932) 2019-12-29 16:59:35 -08:00
LICENSE.TXT Update licensing headers 2016-01-27 21:18:14 -08:00
NuGet.config Use new dotnet5 feed (#8020) 2020-03-03 18:24:10 -08:00
PATENTS.TXT Adding things to patents 2015-11-17 22:58:13 -08:00
Packaging.props New ObjectWriter NuGet packaging scripts (#5667) 2018-04-09 16:51:17 -07:00
README.md Add Avalonia sample (#8110) 2020-04-23 11:51:43 -07:00
SECURITY.md Add SECURITY.md 2020-02-26 01:44:50 +00:00
THIRD-PARTY-NOTICES.TXT Update THIRD-PARTY-NOTICES.TXT 2019-06-14 15:49:18 -07:00
azure-pipelines.yml Delete ReadyToRun portions of the compiler and test tree (#7803) 2019-09-29 16:16:13 +02: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 libraries (#8155) 2020-05-16 08:08:32 -07:00
dir.props Bump version to 5.0 (#8158) 2020-05-19 09:30:40 -07:00
dir.targets Upgrade compiler to netstandard1.6 2019-10-06 21:30:49 +02:00
dir.traversal.targets Fix "build.cmd clean" (#4095) 2017-07-07 04:55:29 +02:00
global.json Fix running test (#8021) 2020-03-18 05:04:59 -07:00
init-tools.cmd Update Roslyn 2019-08-14 06:14:54 +02:00
init-tools.msbuild Publish to Azure blob feed (#7262) 2019-04-05 14:29:13 -07:00
init-tools.sh Update Roslyn 2019-08-14 06:14:54 +02:00
publish.msbuild Always publish symbols for official builds (#7267) 2019-04-06 12:56:12 -07:00

README.md

.NET Core Runtime (CoreRT)

This is an experimental project. We have no plans to productize it in its current form. More details in CoreRT future plans.

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.

Platforms

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

.NET Native for UWP Support

Use https://developercommunity.visualstudio.com/ to report problems and suggestions related to .NET Native for UWP.

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.