You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.69
Former-commit-id: fc39669a0b707dd3c063977486506b6793da2890
This commit is contained in:
parent
d8f8abd549
commit
e2950ec768
21
external/corert/README.md
vendored
21
external/corert/README.md
vendored
@@ -1,10 +1,14 @@
|
||||
# .NET Core Runtime (CoreRT)
|
||||
This repo contains the .NET Core runtime optimized for AOT compilation
|
||||
|
||||
| |Ubuntu 14.04 |Windows |Mac OS X |
|
||||
|---------|:------:|:------:|:------:|
|
||||
|**Debug**|[](https://ci.dot.net/job/dotnet_corert/job/master/job/debug_ubuntu/)|[](https://ci.dot.net/job/dotnet_corert/job/master/job/debug_windows_nt/)|[](https://ci.dot.net/job/dotnet_corert/job/master/job/debug_osx/)|
|
||||
|**Release**|[](https://ci.dot.net/job/dotnet_corert/job/master/job/release_ubuntu/)|[](https://ci.dot.net/job/dotnet_corert/job/master/job/release_windows_nt/)|[](https://ci.dot.net/job/dotnet_corert/job/master/job/release_osx/)|
|
||||
## Platform Support
|
||||
|
||||
This is a work in progress. The current state of platform support:
|
||||
- Windows x64 w/ RyuJIT codegen: Simple ASP.NET apps [compile and run](https://github.com/dotnet/corert/tree/master/samples/WebApi)
|
||||
- MacOS and Linux x64 w/ RyuJIT codegen: Same as Windows, the libraries are less complete.
|
||||
- Linux ARM w/ RyuJIT codegen: ElmSharp Hello Tizen application ([detailed status](https://github.com/dotnet/corert/issues/4856))
|
||||
- CppCodeGen (targets all platforms that support C++): Simple C# programs. The big missing features are [reflection](https://github.com/dotnet/corert/issues/2035), [garbage collection](https://github.com/dotnet/corert/issues/2033) and [exception handling](https://github.com/dotnet/corert/issues/910).
|
||||
- WebAssembly: Early prototype that compiles and runs very trivial programs only. Many features are [not yet implemented](https://github.com/dotnet/corert/issues?q=is%3Aissue+is%3Aopen+label%3Aarch-wasm).
|
||||
|
||||
## 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.
|
||||
@@ -35,6 +39,11 @@ This project has adopted the code of conduct defined by the [Contributor Covenan
|
||||
## 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 Core](http://www.asp.net).
|
||||
- dotnet.github.io is a good place to discover .NET Foundation projects.
|
||||
|
||||
## Build Status
|
||||
|
||||
| |Ubuntu 14.04 |Windows |Mac OS X |
|
||||
|---------|:------:|:------:|:------:|
|
||||
|**Debug**|[](https://ci.dot.net/job/dotnet_corert/job/master/job/debug_ubuntu/)|[](https://ci.dot.net/job/dotnet_corert/job/master/job/debug_windows_nt/)|[](https://ci.dot.net/job/dotnet_corert/job/master/job/debug_osx10.12/)|
|
||||
|**Release**|[](https://ci.dot.net/job/dotnet_corert/job/master/job/release_ubuntu/)|[](https://ci.dot.net/job/dotnet_corert/job/master/job/release_windows_nt/)|[](https://ci.dot.net/job/dotnet_corert/job/master/job/release_osx10.12/)|
|
||||
|
||||
Reference in New Issue
Block a user