This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET Native compiler toolchain.
Перейти к файлу
Andy Ayers d97588e5f8 Remove one virtual call from StreamHelpers.ValidateCopyToArgs (#2283)
Check CanWrite on the destination stream first.

In the common case CanWrite is true, and CanRead is only needed to
determine which kind of exception to throw when CanWrite is false.
2016-11-29 22:42:42 -08:00
Documentation Fix script name in how-to-run-tests instruction (#2223) 2016-11-16 14:18:09 -08:00
cross Proper way of setting variables for cross platform compilation 2016-03-08 12:48:24 +09:00
src Remove one virtual call from StreamHelpers.ValidateCopyToArgs (#2283) 2016-11-29 22:42:42 -08:00
tests Update RyuJIT (#2276) 2016-11-29 09:24:03 -08:00
.gitattributes Add .gitattributes and .gitignore files 2015-09-16 22:46:30 -07:00
.gitignore CoreRT scripting to run CoreCLR tests 2016-10-13 18:43:27 -07:00
.gitmirrorall Enable mirroring 2015-10-28 12:32:36 -07:00
BuildToolsVersion.txt Update buildtools to 1.0.26-prerelease-00809-01 (#1922) 2016-09-26 18:17:51 -07:00
CoreCLRTestsURL.txt Update CoreCLR tests.zip due to CI removing it 2016-11-11 12:46:14 -08:00
DotnetCLIVersion.txt Update CLI 2016-09-19 20:16:31 -07:00
LICENSE.TXT Update licensing headers 2016-01-27 21:18:14 -08:00
PATENTS.TXT Adding things to patents 2015-11-17 22:58:13 -08:00
README.md Update CI badges and links (#2229) 2016-11-17 08:32:37 -08:00
build.cmd Work towards enabling Ubuntu 16.04 build (#2000) 2016-10-10 15:09:26 -07:00
build.proj Switch to standardized init-tools scripts 2016-04-18 01:09:05 -07:00
build.sh Work towards enabling Ubuntu 16.04 build (#2000) 2016-10-10 15:09:26 -07:00
dir.props Work towards enabling Ubuntu 16.04 build (#2000) 2016-10-10 15:09:26 -07:00
dir.targets Redirect git rev-parse HEAD error output (#1967) 2016-10-01 13:56:29 -07:00
dir.traversal.targets Switch to standardized init-tools scripts 2016-04-18 01:09:05 -07:00
global.json Update buildtools to 1.0.26-prerelease-00809-01 (#1922) 2016-09-26 18:17:51 -07:00
init-tools.cmd Standardize on _echo name (#1997) 2016-10-08 00:20:53 -07:00
init-tools.sh Update buildtools to 1.0.26-prerelease-00809-01 (#1922) 2016-09-26 18:17:51 -07:00
netci.groovy CoreCLR Test Subset Selection (#2089) 2016-10-28 14:54:03 -07:00

README.md

.NET Core Runtime (CoreRT)

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

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

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.

  • The .NET home repo links to 100s of .NET projects, from Microsoft and the community.
  • The .NET Core repo links to .NET Core related projects from Microsoft.
  • The ASP.NET home repo is the best place to start learning about ASP.NET Core.
  • dotnet.github.io is a good place to discover .NET Foundation projects.