This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others. We welcome contributions.
C# C Visual Basic C++ XSLT 1C Enterprise Other
Permalink
Failed to load latest commit information.
Documentation Update build to clang/llvm 3.9 Sep 26, 2017
buildpipeline Update CentOS 6 and 7 docker images (#24463) Oct 7, 2017
cross Fix Tizen build (#23939) Sep 11, 2017
external Update ProjectNTfs, ProjectNTfsTestILC to beta-25809-00, beta-25809-0… Oct 9, 2017
pkg Run GenerateRuntimeGraph during build Sep 29, 2017
src Add build Configurations.props to performance tests (#24493) Oct 7, 2017
tools-local Remove NetFx support libs Aug 29, 2017
.editorconfig Added another set of default code style settings to editorconfig. Mar 14, 2017
.gitattributes Update .gitattributes Mar 3, 2016
.gitignore Removing dead code in System.Security.Cryptography.Algorithms (#20076) May 27, 2017
.gitmirrorall Sync changes from TFS as of 2015/02/16 9:30:00 AM Feb 16, 2015
BuildToolsVersion.txt Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNT… Oct 8, 2017
CONTRIBUTING.md Add folders to CoreFX Documentation Jun 23, 2015
CodeAnalysis.ruleset Scale back [Serializable] CoreFX types (#19742) May 16, 2017
DotnetCLIVersion.txt Updating CLI to 2.0.0 version (#23751) Sep 26, 2017
LICENSE.TXT Update the License info (#19779) May 15, 2017
NuGet.config Clear out user/machine package folders & sources. May 5, 2017
PATENTS.TXT Add additional data to patents file Nov 18, 2015
Packaging.props Revert PreReleaseLabel Sep 8, 2017
README.md Remove EOL OpenSuse from the build matrix Sep 25, 2017
THIRD-PARTY-NOTICES.TXT Update the License info (#19779) May 15, 2017
build-managed.cmd Update build tools version to have a new "tools" structure for config… Aug 23, 2016
build-managed.sh Update documentation to include how to configure builds Jan 9, 2017
build-native.cmd Changing dev workflow scripts to use the Run Command Tool (#10231) Jul 28, 2016
build-native.sh Changing dev workflow scripts to use the Run Command Tool (#10231) Jul 28, 2016
build-packages.cmd Update build tools version to have a new "tools" structure for config… Aug 23, 2016
build-packages.sh Update build tools version to have a new "tools" structure for config… Aug 23, 2016
build-tests.cmd Adds -tests option for build.cmd that will add the test build and run… Feb 16, 2017
build-tests.sh Adds -tests option for build.cmd that will add the test build and run… Feb 16, 2017
build.cmd Add option to build.cmd/sh to build projects in a directory Jun 14, 2017
build.proj Remove native test service project as we no longer need it Aug 3, 2017
build.sh add option to specify clang and few minor improvements for Linux (#23302 Aug 17, 2017
buildvertical.targets Move local corefx targets/tasks to BuildTools Apr 28, 2017
clean.cmd Fix _echo to be uniform (_echo just needs to be defined for it to be … Oct 8, 2016
clean.sh Revert changes to clean.sh Oct 5, 2016
config.json add option to specify clang and few minor improvements for Linux (#23302 Aug 17, 2017
corefx.vssettings Removing properties not relevant to code formatting May 4, 2015
dependencies.props Update ProjectNTfs, ProjectNTfsTestILC to beta-25809-00, beta-25809-0… Oct 9, 2017
dir.props Disable CoreCLR symbols download when TargetGroup=uapaot to avoid war… Oct 6, 2017
dir.targets Add BinPlaceConfiguration for test projects to have a working directo… Sep 5, 2017
dir.traversal.targets Add extra condition to Dumpling.targets import. Jun 6, 2017
illink.targets Use linker from ILLink.Tasks (#23945) Sep 13, 2017
init-tools.cmd Updating CLI to 2.0.0 version (#23751) Sep 26, 2017
init-tools.msbuild Set EnableDefaultItems=false in init-tools.msbuild Apr 28, 2017
init-tools.sh Fix init-tools.sh for Alpine Linux (#24423) Oct 5, 2017
netci.groovy Disable Tizen leg for PRs Oct 2, 2017
perf.groovy Moving the Windows Performance runs from Server 2012 to Server 2016. (#… Sep 6, 2017
publish-packages.cmd Changing dev workflow scripts to use the Run Command Tool (#10231) Jul 28, 2016
publish-packages.sh Changing dev workflow scripts to use the Run Command Tool (#10231) Jul 28, 2016
referenceFromRuntime.targets Allow copy-local ReferenceFromRuntime Sep 12, 2017
run-test.sh Enable --arch option in run-test.sh (#24300) Sep 28, 2017
run.cmd Detect VS2017 in the run script Jul 25, 2017
run.sh Add option to build.cmd/sh to build projects in a directory Jun 14, 2017
sync.cmd Changing dev workflow scripts to use the Run Command Tool (#10231) Jul 28, 2016
sync.sh Fixing hack of pre-building CoreFx.Tools to avoid assembly loading issue Jan 19, 2017

README.md

.NET Core Libraries (CoreFX)

This repo contains the library implementation (called "CoreFX") for .NET Core. It includes System.Collections, System.IO, System.Xml, and many other components. The corresponding .NET Core Runtime repo (called "CoreCLR") contains the runtime implementation for .NET Core. It includes RyuJIT, the .NET GC, and many other components. Runtime-specific library code (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 (e.g. CoreRT).

.NET Core

Official Starting Page: http://dotnet.github.io

How to Engage, Contribute and Provide Feedback

Some of the best ways to contribute are to try things out, file bugs, join in design conversations, and fix issues.

If you are having issues with the "full" .NET Framework (also called "Desktop"), the best way to file a bug is at Connect or through Product Support if you have a contract.

Issue Guide

This section is in progress here: New contributor Docs - Issues (feel free to make it better - it's easy-to-edit wiki with RW permissions to everyone!)

Each issue area has one or more Microsoft owners, who are listed here.

Contributing Guide

This section is in progress here: New contributor Docs - Contributing (feel free to make it better - it's easy-to-edit wiki with RW permissions to everyone!)

Useful Links

Community

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.

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.

Also see info about related Microsoft .NET Core and ASP.NET Core Bug Bounty Program.

License

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

.NET Foundation

.NET Core is a .NET Foundation project.

There are many .NET related projects on GitHub.

  • .NET home repo - links to 100s of .NET projects, from Microsoft and the community.
  • ASP.NET Core home - the best place to start learning about ASP.NET Core.

CoreFX Project

Daily Builds

Daily builds of .NET Core components are published to dotnet-core MyGet gallery. The latest version number of each library can be seen in that gallery.

Build & Test Status

Note: See officially supported OS versions.

Inner x64 Debug Inner x64 Release Outer x64 Debug Outer x64 Release
CentOS 7.1 x64-debug x64-release x64-debug x64-release
Debian 8 x64-debug x64-release x64-debug x64-release
Fedora 24 x64-debug x64-release x64-debug x64-release
OS X 10.12 x64-debug x64-release x64-debug x64-release
Red Hat 7.2 x64-debug x64-release x64-debug x64-release
Ubuntu 14.04 x64-debug x64-release x64-debug x64-release
Ubuntu 16.04 x64-debug x64-release x64-debug x64-release
Ubuntu 16.10 x64-debug x64-release x64-debug x64-release
PortableLinux x64-debug x64-release x64-debug x64-release
Windows 7 x64-debug x64-release
Windows 8.1 (x86) x64-debug x64-release x64-debug x64-release
Code Coverage (Windows) code coverage