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

README.md - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d6b0a98676440db729bb4c510bd227a686be4b2 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# .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

## Source Index

.NET Core now has a source index: https://source.dot.net

## Build & Test Status

| | Inner Loop | Outer Loop |
|:---|------:|--------:|
|**CentOS 7.1**|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/centos7.1_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/centos7.1_debug)<br>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/centos7.1_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/centos7.1_release)|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_centos7.1_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_centos7.1_debug/)<br/>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_centos7.1_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_centos7.1_release/)|
|**Debian 8**|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/debian8.4_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/debian8.4_debug)<br>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/debian8.4_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/debian8.4_release)|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/debian8.4_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/debian8.4_debug)<br>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/debian8.4_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/debian8.4_release)|
|**Fedora 23**|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/fedora23_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/fedora23_debug)<br>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/fedora23_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/fedora23_release)|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_fedora23_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_fedora23_debug/)<br/>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_fedora23_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_fedora23_release/)|
|**Fedora 24**|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/fedora24_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/fedora24_debug)<br>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/fedora24_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/fedora24_release)|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_fedora24_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_fedora24_debug/)<br/>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_fedora24_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_fedora24_release/)|
|**openSUSE 13.2**|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/opensuse13.2_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/opensuse13.2_debug)<br>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/opensuse13.2_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/opensuse13.2_release)|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_opensuse13.2_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_opensuse13.2_debug/)<br/>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_opensuse13.2_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_opensuse13.2_release/)|
|**openSUSE 42.1**|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/opensuse42.1_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/opensuse42.1_debug)<br>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/opensuse42.1_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/opensuse42.1_release)|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_opensuse42.1_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_opensuse42.1_debug/)<br/>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_opensuse42.1_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_opensuse42.1_release/)|
|**OS X 10.11**|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/osx_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/osx_debug)<br>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/osx_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/osx_release)|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_osx_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_osx_debug/)<br/>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_osx_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_osx_release/)|
|**Red Hat 7.2**|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/rhel7.2_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/rhel7.2_debug)<br>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/rhel7.2_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/rhel7.2_release)|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_rhel7.2_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_rhel7.2_debug/)<br/>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_rhel7.2_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_rhel7.2_release/)|
|**Ubuntu 14.04**|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu14.04_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu14.04_debug/)<br>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu14.04_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu14.04_release)|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu14.04_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu14.04_debug/)<br/>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu14.04_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu14.04_release/)|
|**Ubuntu 16.04**|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu16.04_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu16.04_debug)<br>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu16.04_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu16.04_release)|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu16.04_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu16.04_debug/)<br/>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu16.04_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu16.04_release/)|
|**Ubuntu 16.10**|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu16.10_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu16.10_debug)<br>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu16.10_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu16.10_release)|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu16.10_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu16.10_debug/)<br/>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu16.10_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_ubuntu16.10_release/)|
|**PortableLinux**|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/portablelinux_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/portablelinux_debug)<br>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/portablelinux_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/portablelinux_release)|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_portablelinux_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_portablelinx_debug/)<br/>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_portablelinux_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_portablelinux_release/)|
|**Windows 7**||[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_win7_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_win7_debug)<br>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_win7_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_win7_release)|
|**Windows 8.1**|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/windows_nt_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/windows_nt_debug)<br>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/windows_nt_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/windows_nt_release)|[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_windows_nt_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_windows_nt_debug)<br/>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_windows_nt_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_windows_nt_release)<br/>[![code coverage](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/code_coverage_windows.svg?label=code%20coverage)](https://ci.dot.net/job/dotnet_corefx/job/master/job/code_coverage_windows/Code_Coverage_Report)<br>[![local coverage](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/code_coverage_windows_local.svg?label=local%20code%20coverage)](https://ci.dot.net/job/dotnet_corefx/job/master/job/code_coverage_windows_local/Code_Coverage_Report)|
|**Windows 10**||[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_win10_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_win10_debug)<br>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_win10_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_win10_release)|
|**Windows Nano Server 2016**||[![x64-debug](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_winnano16_debug.svg?label=x64-debug)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_winnano16_debug)<br>[![x64-release](https://img.shields.io/jenkins/s/https/ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_winnano16_release.svg?label=x64-release)](https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_winnano16_release)|

## 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. If you are having issues with the Full .NET Framework or .NET Runtime, the best way to file a bug is at [Connect](http://connect.microsoft.com/VisualStudio) or through [Product Support](https://support.microsoft.com/en-us/contactus?ws=support) if you have a contract.

Want to get more familiar with what's going on in the code?
* [Pull requests](https://github.com/dotnet/corefx/pulls): [Open](https://github.com/dotnet/corefx/pulls?q=is%3Aopen+is%3Apr)/[Closed](https://github.com/dotnet/corefx/pulls?q=is%3Apr+is%3Aclosed)

Looking for something to work on? The list of [up-for-grabs issues](https://github.com/dotnet/corefx/labels/up%20for%20grabs) is a great place to start. See some of our guides for more details:

* [Contributing Guide](Documentation/project-docs/contributing.md)
* [Developer Guide](Documentation/project-docs/developer-guide.md)
* [Issue Guide](Documentation/project-docs/issue-guide.md)

We've also started to share some of our direction via more higher-level documentation, specifically:

* [How we triage](Documentation/project-docs/triage.md)
* [Porting to .NET Core](Documentation/project-docs/porting.md)

You are also encouraged to start a discussion by filing an issue or creating a
gist.

You can discuss .NET OSS more generally in the [.NET Foundation forums].

Want to chat with other members of the CoreFX community?

[![.NET Slack Status](https://aspnetcoreslack.herokuapp.com/badge.svg?2)](http://tattoocoder.com/aspnet-slack-sign-up/) [![Join the chat at https://gitter.im/dotnet/corefx](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dotnet/corefx?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[.NET Foundation forums]: http://forums.dotnetfoundation.org/

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](http://www.dotnetfoundation.org/code-of-conduct).

### 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](https://technet.microsoft.com/en-us/security/ff852094.aspx).

## .NET Core Library Components

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.)  
It may also contain a ```test``` folder containing the tests associated with that library, whether the implementation source lives in corefx 
or in coreclr.

## Daily Builds

Daily builds of .NET Core components are published to [dotnet-core MyGet gallery](https://dotnet.myget.org/gallery/dotnet-core).
The latest version number of each library can be seen in that gallery.

## License

.NET Core (including the corefx repo) is licensed under the [MIT license](LICENSE).

## .NET Foundation

.NET Core 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 Core.
- [dotnet.github.io](http://dotnet.github.io) is a good place to discover .NET Foundation projects.