Skip to content
forked from dotnet/corefx

This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others.

License

Notifications You must be signed in to change notification settings

tvrprasad/corefx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Core Libraries (CoreFX)

The corefx repo contains the library implementation (called "CoreFX") for .NET Core. It includes System.Collections, System.IO, System.Xml, and many other components. You can see more information in Documentation. The corresponding .NET Core Runtime repo 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 - 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.

Build & Test Status

Inner Loop Outer Loop
CentOS 7.1 x64-debug
x64-release
x64-debug
x64-release
Debian 8 x64-debug
x64-release
x64-debug
x64-release
Fedora 23 x64-debug
x64-release
x64-debug
x64-release
openSUSE 13.2 x64-debug
x64-release
x64-debug
x64-release
openSUSE 42.1 x64-debug
x64-release
x64-debug
x64-release
OS X 10.11 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
Windows 7 x64-debug
x64-release
Windows 8.1 x64-debug
x64-release
x64-debug
x64-release
code coverage
local coverage
Windows 10 x64-debug
x64-release
Windows Nano Server 2016 x64-debug
x64-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 or through Product Support if you have a contract.

Want to get more familiar with what's going on in the code?