This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
Перейти к файлу
Fadi Hanna 962401ec63 GVM dependency analysis performance fixes (#3872)
Refactor GVM algorithm for better performance
Fix GVM resolution bug on derived types
Fix bug with variance (https://github.com/dotnet/corert/issues/3454)
2017-06-14 18:28:04 -07:00
.vscode Update CoreRT doc to include how to debug ILC using VSCode in non-win… (#2514) 2017-01-19 23:25:58 -08:00
Documentation Adding a repro.ilproj and update instructions to enable writing repro in IL 2017-05-30 20:48:58 -07:00
buildpipeline Only index Product symbols, not extra packages. 2017-05-03 17:58:00 -05:00
buildscripts Fix for armel tizen (#3750) 2017-05-31 12:46:07 -07:00
cross Fix for armel tizen (#3750) 2017-05-31 12:46:07 -07:00
pkg Update Lincense Info (#3615) 2017-05-15 13:01:28 -07:00
src GVM dependency analysis performance fixes (#3872) 2017-06-14 18:28:04 -07:00
tests GVM dependency analysis performance fixes (#3872) 2017-06-14 18:28:04 -07: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 build tools to latest (#2815) 2017-02-24 15:36:08 -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
Packaging.props Update Lincense Info (#3615) 2017-05-15 13:01:28 -07:00
README.md Fix up-for-grabs link 2017-03-28 00:06:26 -07:00
THIRD-PARTY-NOTICES.TXT Update Lincense Info (#3615) 2017-05-15 13:01:28 -07:00
build.cmd Split build scripts for CI (#2309) 2016-12-08 09:56:38 -06:00
build.proj Split pipeline build to match CoreFX's model. (#2505) 2017-01-18 10:46:58 -08:00
build.sh Split build scripts for CI (#2309) 2016-12-08 09:56:38 -06:00
dir.props Port optimization in Buffer.Memmove from CoreCLR (#3551) 2017-05-09 07:01:19 -07:00
dir.targets Update the packaging license link to MIT (#3580) 2017-05-10 16:32:03 -07:00
dir.traversal.targets Add packaging build changes and scripts. (#2325) 2016-12-19 17:05:17 -08: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 Download newer version of .NET Core 1.0 in init-tools.sh (#2834) 2017-02-26 11:21:42 -08:00
netci.groovy Use multi-module in rolling Windows test runs (#2986) 2017-03-15 13:47:35 -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.