Skip to content
forked from dotnet/corefx

This repository contains the foundational libraries that make up the .NET Core development stack.

License

Notifications You must be signed in to change notification settings

dotnet-bot/corefx

This branch is 23020 commits ahead of, 4 commits behind dotnet/corefx:archive.

Folders and files

NameName
Last commit message
Last commit date
Jun 12, 2017
Jun 13, 2017
May 10, 2017
Jun 14, 2017
Jun 6, 2017
Jun 14, 2017
May 24, 2017
Mar 14, 2017
Mar 3, 2016
May 27, 2017
Feb 16, 2015
Jun 12, 2017
Jun 23, 2015
May 16, 2017
May 10, 2017
May 15, 2017
May 5, 2017
Nov 18, 2015
May 22, 2017
May 24, 2017
May 15, 2017
Aug 23, 2016
Jan 9, 2017
Jul 28, 2016
Jul 28, 2016
Aug 23, 2016
Aug 23, 2016
Feb 16, 2017
Feb 16, 2017
Feb 22, 2017
May 26, 2017
Feb 22, 2017
Apr 28, 2017
Oct 8, 2016
Oct 5, 2016
May 30, 2017
May 4, 2015
Jun 14, 2017
May 30, 2017
Jun 8, 2017
Jun 6, 2017
Apr 10, 2017
May 12, 2017
Apr 28, 2017
May 23, 2017
Jun 1, 2017
Jun 6, 2017
Jul 28, 2016
Jul 28, 2016
Mar 2, 2017
Feb 28, 2017
Apr 28, 2017
May 5, 2017
Jul 28, 2016
Jan 19, 2017

Repository files navigation

Latest News and Announcements

.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

Great 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
openSUSE 42.1 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
Windows 10 x64-debug x64-release
Code Coverage (Windows) code coverage
Desktop (x86) x86-debug x64-release x64-debug x64-release

About

This repository contains the foundational libraries that make up the .NET Core development stack.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.4%
  • C 0.8%
  • Visual Basic .NET 0.6%
  • C++ 0.5%
  • XSLT 0.3%
  • 1C Enterprise 0.2%
  • Other 0.2%