Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee5a9a7e1632ab53f8bddde9f43f46c1e58f7145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# .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](http://dotnet-ci.cloudapp.net/job/dotnet_corert/job/master/job/debug_ubuntu/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_corert/job/master/job/debug_ubuntu/)|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_corert/job/master/job/debug_windows_nt/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_corert/job/master/job/debug_windows_nt/)|[![Build Status](http://dotnet-ci.cloudapp.net/job/dotnet_corert/job/master/job/debug_osx/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_corert/job/master/job/debug_osx/)|
|**Release**|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_corert/job/master/job/release_ubuntu/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_corert/job/master/job/release_ubuntu/)|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_corert/job/master/job/release_windows_nt/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_corert/job/master/job/release_windows_nt/)|[![Build Status](http://dotnet-ci.cloudapp.net/job/dotnet_corert/job/master/job/release_osx/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_corert/job/master/job/release_osx/)|

## 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.
Want to get more familiar with what's going on in the code? Take a look at the active [pull-requests](https://github.com/dotnet/corert/pulls).

Looking for something to work on? The [active issues](https://github.com/dotnet/corert/issues?q=is:open+is:issue+no:assignee) ([Issue Guide](https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/issue-guide.md)) are a great place to start or take a look at our [documentation](https://github.com/dotnet/corert/tree/master/Documentation). You are also encouraged to start a discussion by filing an issue or creating a gist.

[![Join the chat at https://gitter.im/dotnet/corert](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dotnet/corert?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

You can discuss .NET OSS more generally in the [.NET Foundation forums](http://forums.dotnetfoundation.org).

## Daily Builds
Daily builds of CoreRT will be published to a package feed in near future.

## License
The CoreRT Repo is licensed under the [MIT license](https://github.com/dotnet/corert/blob/master/LICENSE.TXT).

## .NET Foundation
CoreRT is a [.NET Foundation](http://www.dotnetfoundation.org/projects) project.

## Related Projects
There are many .NET related projects on GitHub.
- The [.NET home repo](https://github.com/Microsoft/dotnet) links to 100s of .NET projects, from Microsoft and the community.
- The [.NET Core repo](https://github.com/dotnet/core) links to .NET Core related projects from Microsoft.
- The [ASP.NET home repo](https://github.com/aspnet/home) is the best place to start learning about [ASP.NET 5](http://www.asp.net).
- dotnet.github.io is a good place to discover .NET Foundation projects.