You've already forked linux-packaging-mono
Imported Upstream version 5.2.0.175
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
This commit is contained in:
parent
4bdbaf4a88
commit
966bba02bb
43
external/corefx/README.md
vendored
43
external/corefx/README.md
vendored
@@ -1,8 +1,6 @@
|
||||
# .NET Core Libraries (CoreFX)
|
||||
|
||||
The corefx repo contains the library implementation (called "CoreFX") for [.NET Core](http://github.com/dotnet/core). It includes System.Collections, System.IO, System.Xml, and many other components. You can see more information in [Documentation](Documentation/README.md). The corresponding [.NET Core Runtime repo](https://github.com/dotnet/coreclr) contains the runtime implementation (called "CoreCLR") for .NET Core. It includes RyuJIT, the .NET GC, and many other components. Runtime-specific library code - namely [mscorlib][mscorlib] - lives in the CoreCLR repo. It needs to be built and versioned in tandem with the runtime. The rest of CoreFX is agnostic of runtime-implementation and can be run on any compatible .NET runtime.
|
||||
|
||||
[mscorlib]: https://github.com/dotnet/coreclr/tree/master/src/mscorlib
|
||||
The corefx repo contains the library implementation (called "CoreFX") for [.NET Core](http://github.com/dotnet/core). It includes System.Collections, System.IO, System.Xml, and many other components. You can see more information in [Documentation](Documentation/README.md). The corresponding [.NET Core Runtime repo](https://github.com/dotnet/coreclr) contains the runtime implementation (called "CoreCLR") for .NET Core. It includes RyuJIT, the .NET GC, and many other components. Runtime-specific library code - namely [System.Private.Corelib](https://github.com/dotnet/coreclr/tree/master/src/mscorlib) - lives in the CoreCLR repo. It needs to be built and versioned in tandem with the runtime. The rest of CoreFX is agnostic of runtime-implementation and can be run on any compatible .NET runtime.
|
||||
|
||||
## Source Index
|
||||
|
||||
@@ -10,23 +8,24 @@ The corefx repo contains the library implementation (called "CoreFX") for [.NET
|
||||
|
||||
## Build & Test Status
|
||||
|
||||
| | Inner Loop | Outer Loop |
|
||||
|:---|------:|--------:|
|
||||
|**CentOS 7.1**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/centos7.1_debug)<br>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/centos7.1_release)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_centos7.1_debug/)<br/>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_centos7.1_release/)|
|
||||
|**Debian 8**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/debian8.4_debug)<br>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/debian8.4_release)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/debian8.4_debug)<br>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/debian8.4_release)|
|
||||
|**Fedora 23**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/fedora23_debug)<br>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/fedora23_release)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_fedora23_debug/)<br/>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_fedora23_release/)|
|
||||
|**Fedora 24**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/fedora24_debug)<br>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/fedora24_release)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_fedora24_debug/)<br/>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_fedora24_release/)|
|
||||
|**openSUSE 13.2**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/opensuse13.2_debug)<br>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/opensuse13.2_release)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_opensuse13.2_debug/)<br/>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_opensuse13.2_release/)|
|
||||
|**openSUSE 42.1**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/opensuse42.1_debug)<br>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/opensuse42.1_release)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_opensuse42.1_debug/)<br/>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_opensuse42.1_release/)|
|
||||
|**OS X 10.11**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/osx_debug)<br>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/osx_release)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_osx_debug/)<br/>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_osx_release/)|
|
||||
|**Red Hat 7.2**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/rhel7.2_debug)<br>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/rhel7.2_release)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_rhel7.2_debug/)<br/>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_rhel7.2_release/)|
|
||||
|**Ubuntu 14.04**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu14.04_debug/)<br>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu14.04_release)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu14.04_debug/)<br/>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu14.04_release/)|
|
||||
|**Ubuntu 16.04**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu16.04_debug)<br>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu16.04_release)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu16.04_debug/)<br/>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu16.04_release/)|
|
||||
|**Ubuntu 16.10**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu16.10_debug)<br>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu16.10_release)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu16.10_debug/)<br/>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu16.10_release/)|
|
||||
|**Windows 7**||[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_win7_debug)<br>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_win7_release)|
|
||||
|**Windows 8.1**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/windows_nt_debug)<br>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/windows_nt_release)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_windows_nt_debug)<br/>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_windows_nt_release)<br/>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/code_coverage_windows/Code_Coverage_Report)<br>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/code_coverage_windows_local/Code_Coverage_Report)|
|
||||
|**Windows 10**||[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_win10_debug)<br>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_win10_release)|
|
||||
|**Windows Nano Server 2016**||[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_winnano16_debug)<br>[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_winnano16_release)|
|
||||
| | Inner x64 Debug | Inner x64 Release | Outer x64 Debug | Outer x64 Release |
|
||||
|:---|----------------:|------------------:|----------------:|------------------:|
|
||||
|**CentOS 7.1**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/centos7.1_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/centos7.1_release/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_centos7.1_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_centos7.1_release/lastCompletedBuild/testReport)|
|
||||
|**Debian 8**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/debian8.4_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/debian8.4_release/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/debian8.4_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/debian8.4_release/lastCompletedBuild/testReport)|
|
||||
|**Fedora 23**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/fedora23_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/fedora23_release/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_fedora23_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_fedora23_release/lastCompletedBuild/testReport)|
|
||||
|**Fedora 24**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/fedora24_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/fedora24_release/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_fedora24_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_fedora24_release/lastCompletedBuild/testReport)|
|
||||
|**openSUSE 42.1**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/opensuse42.1_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/opensuse42.1_release/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_opensuse42.1_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_opensuse42.1_release/lastCompletedBuild/testReport)|
|
||||
|**OS X 10.12**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/osx10.12_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/osx10.12_release/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_osx_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_osx_release/lastCompletedBuild/testReport)|
|
||||
|**Red Hat 7.2**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/rhel7.2_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/rhel7.2_release/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_rhel7.2_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_rhel7.2_release/lastCompletedBuild/testReport)|
|
||||
|**Ubuntu 14.04**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu14.04_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu14.04_release/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu14.04_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu14.04_release/lastCompletedBuild/testReport)|
|
||||
|**Ubuntu 16.04**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu16.04_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu16.04_release/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu16.04_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu16.04_release/lastCompletedBuild/testReport)|
|
||||
|**Ubuntu 16.10**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu16.10_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu16.10_release/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu16.10_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu16.10_release/lastCompletedBuild/testReport)|
|
||||
|**PortableLinux**|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/portablelinux_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/portablelinux_release/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_portablelinux_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_portablelinux_release/lastCompletedBuild/testReport)|
|
||||
|**Windows 7**| | |[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_win7_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_win7_release/lastCompletedBuild/testReport)|
|
||||
|**Windows 8.1**|(x86) [](https://ci.dot.net/job/dotnet_corefx/job/master/job/windows_nt_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/windows_nt_release/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_windows_nt_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_windows_nt_release/lastCompletedBuild/testReport)|
|
||||
|**Windows 10**| | |[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_win10_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_win10_release/lastCompletedBuild/testReport)|
|
||||
|**Windows Nano Server 2016**| | |[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_winnano16_debug/lastCompletedBuild/testReport)|[](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_winnano16_release/lastCompletedBuild/testReport)|
|
||||
|**Code Coverage (Windows)**| | |[](https://ci.dot.net/job/dotnet_corefx/job/master/job/code_coverage_windows/Code_Coverage_Report)||
|
||||
|
||||
## How to Engage, Contribute and Provide Feedback
|
||||
|
||||
@@ -74,8 +73,8 @@ including the MSRC PGP key, can be found in the
|
||||
The repo contains the source for each of the assemblies that comprises .NET Core. Each ```Microsoft.*``` or ```System.*``` folder under
|
||||
[src](https://github.com/dotnet/corefx/tree/master/src) represents an individual library. Each such folder may contain a ```ref``` folder,
|
||||
which contains the source representing the "contract" or "reference assembly" for that library. It may also contain a ```src``` folder,
|
||||
which contains the source for some or all of the implementation for that library (some implementation may live in mscorlib in the
|
||||
[coreclr repo](https://github.com/dotnet/coreclr), with the build tooling generating type forwards from the library assembly to mscorlib.)
|
||||
which contains the source for some or all of the implementation for that library (some implementation may live in System.Private.Corelib in the
|
||||
[coreclr repo](https://github.com/dotnet/coreclr), with the build tooling generating type forwards from the library assembly to System.Private.Corelib.)
|
||||
It may also contain a ```test``` folder containing the tests associated with that library, whether the implementation source lives in corefx
|
||||
or in coreclr.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user