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
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Documentation Fix broken link in globalization-invariant-mode.md (#30005) May 31, 2018
buildpipeline Add EnabledDumpling=true to windows build-tests (#29965) Jun 2, 2018
cross Enable Alpine ARM/ARM64 cross build (#30182) Jun 7, 2018
external Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNT… Jun 8, 2018
pkg Remove netcoreapp2.1 workarounds now that we are using an SDK which s… Jun 4, 2018
src Use nameof of Encoding classes (dotnet/coreclr#18395) Jun 11, 2018
tools-local Update CoreClr, CoreFx, CoreSetup to preview1-26610-03, preview1-2661… Jun 10, 2018
.editorconfig Change csharp_indent_labels from flush_left to one_less_than_current (#… Mar 17, 2018
.gitattributes Update .gitattributes Mar 3, 2016
.gitignore Continue modifications for integration of System.Native to Mono. (#29374 Apr 30, 2018
.gitmirrorall Sync changes from TFS as of 2015/02/16 9:30:00 AM Feb 16, 2015
BuildToolsVersion.txt Update Buildtools (#30216) Jun 8, 2018
CODE_OF_CONDUCT.md Include Code of Conduct in GitHub-recognised manner. (#25751) Dec 6, 2017
CONTRIBUTING.md Add folders to CoreFX Documentation Jun 23, 2015
CodeAnalysis.ruleset Scale back [Serializable] CoreFX types (#19742) May 16, 2017
DotnetCLIVersion.txt Update DotnetCLIVersion.txt (#29416) May 1, 2018
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 Update intellisense files based on 5-7-2018 doc build (#29587) May 9, 2018
README.md Update Desktop support links Feb 5, 2018
THIRD-PARTY-NOTICES.TXT Port Google Brotli C sources Jan 8, 2018
build-managed.cmd Update build tools version to have a new "tools" structure for config… Aug 23, 2016
build-managed.sh replace $* with "$@" to properly preserve spaces in argumnents (#26404) Jan 22, 2018
build-native.cmd Changing dev workflow scripts to use the Run Command Tool (#10231) Jul 28, 2016
build-native.sh replace $* with "$@" to properly preserve spaces in argumnents (#26404) Jan 22, 2018
build-packages.cmd Update build tools version to have a new "tools" structure for config… Aug 23, 2016
build-packages.sh replace $* with "$@" to properly preserve spaces in argumnents (#26404) Jan 22, 2018
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 replace $* with "$@" to properly preserve spaces in argumnents (#26404) Jan 22, 2018
buildvertical.targets Re-enable UAP builds (#27531) Mar 2, 2018
clean.cmd Fix clean.cmd with no args (#25158) Nov 9, 2017
clean.sh replace $* with "$@" to properly preserve spaces in argumnents (#26404) Jan 22, 2018
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 CoreClr, CoreFx, CoreSetup to preview1-26610-03, preview1-2661… Jun 10, 2018
dir.props Lock Vectors reference assembly to 4.1.3.0 and don't OOB it on netcor… Apr 20, 2018
dir.targets Use Intermediate path for GenerateReferenceSource Mar 14, 2018
dir.traversal.targets Add extra condition to Dumpling.targets import. Jun 6, 2017
illink.targets Updates for ILLink integration. Mar 10, 2018
init-tools.cmd Sync init-tools scripts with what is in source-build Mar 28, 2018
init-tools.msbuild Publish symbols using Microsoft.SymbolUploader.Build.Task package Mar 13, 2018
init-tools.sh Remove Alpine 3.6 builds Apr 24, 2018
netci.groovy Update Tizen ci docker image (#29394) May 22, 2018
perf.groovy Disabling benchmark due to issue #29308 (#29309) Apr 25, 2018
publish-packages.cmd Changing dev workflow scripts to use the Run Command Tool (#10231) Jul 28, 2016
publish-packages.sh replace $* with "$@" to properly preserve spaces in argumnents (#26404) Jan 22, 2018
referenceFromRuntime.targets Allow copy-local ReferenceFromRuntime Sep 12, 2017
run-test.sh Increase default value of TimeoutTime to 20m (#29420) May 1, 2018
run.cmd Including pre-release versions of VS for builds (#25689) Dec 7, 2017
run.sh Revert "Add temporary logging to help us trace down root cause for do… Feb 6, 2018
sync.cmd Changing dev workflow scripts to use the Run Command Tool (#10231) Jul 28, 2016
sync.sh replace $* with "$@" to properly preserve spaces in argumnents (#26404) Jan 22, 2018

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 the Report a Problem tool, which is integrated with the VS Developer Community Portal; 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