This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
Перейти к файлу
Jan Kotas 79f64c17f8 More CLI update follow up fixes (#3990)
* Fix TFS build break

* Pass CoreRT_BuildOS to tests

Fixes #3982
2017-06-27 08:16:10 -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 Update CoreRT build to use latest .NET CLI and build tools (#3916) 2017-06-24 11:10:44 -07:00
buildpipeline Only index Product symbols, not extra packages. 2017-05-03 17:58:00 -05:00
buildscripts Fix rough edges after CLI update (#3983) 2017-06-26 17:10:12 -07:00
cross Fix for armel tizen (#3750) 2017-05-31 12:46:07 -07:00
pkg Delete ToolsVersion attribute from msbuild files 2017-06-17 13:12:18 -07:00
src More CLI update follow up fixes (#3990) 2017-06-27 08:16:10 -07:00
tests More CLI update follow up fixes (#3990) 2017-06-27 08:16:10 -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 CoreRT build to use latest .NET CLI and build tools (#3916) 2017-06-24 11:10:44 -07:00
DotnetCLIVersion.txt Update CoreRT build to use latest .NET CLI and build tools (#3916) 2017-06-24 11:10:44 -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 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 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 CoreRT build to use latest .NET CLI and build tools (#3916) 2017-06-24 11:10:44 -07:00
dir.props Fix rough edges after CLI update (#3983) 2017-06-26 17:10:12 -07:00
dir.targets Fix rough edges after CLI update (#3983) 2017-06-26 17:10:12 -07:00
dir.traversal.targets Update CoreRT build to use latest .NET CLI and build tools (#3916) 2017-06-24 11:10:44 -07:00
init-tools.cmd Update CoreRT build to use latest .NET CLI and build tools (#3916) 2017-06-24 11:10:44 -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 Update CoreRT build to use latest .NET CLI and build tools (#3916) 2017-06-24 11:10:44 -07: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

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.