Coder Social home page Coder Social logo

whitepoplar022 / corefx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dotnet/corefx

0.0 2.0 0.0 75.96 MB

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

Home Page: http://dotnet.github.io/

License: MIT License

PowerShell 0.01% Batchfile 0.02% Shell 0.03% Groovy 0.02% C# 97.68% Visual Basic 0.80% CMake 0.03% C 1.07% C++ 0.29% Makefile 0.01% DIGITAL Command Language 0.03% Groff 0.01% Perl 0.01% Python 0.01%

corefx's Introduction

.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 Status

Debug Release
CentOS 7.1 build & test build & test
Debian 8.2 build & test build & test
openSUSE 13.2 build & test build & test
OS X 10.11 build & test
outerloop build & test
build & test
outerloop build & test
Red Hat 7.2 build & test build & test
Ubuntu 14.04 build & test
outerloop build & test
build & test
outerloop build & test
Ubuntu 15.10 build & test build & test
Windows 7 outerloop build & test outerloop build & test
Windows 8 build & test
outerloop build & test
coverage
build & test
outerloop build & test
Windows 10 outerloop build & test outerloop build & test

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?

Looking for something to work on? The list of up-for-grabs issues is a great place to start. See some of our guides for more details:

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

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?

Join the chat at https://gitter.im/dotnet/corefx

.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 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, 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. 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.

.NET Foundation

.NET Core is a .NET Foundation project.

Related Projects

There are many .NET related projects on GitHub.

corefx's People

Contributors

stephentoub avatar bartonjs avatar nguerrera avatar ellismg avatar weshaggard avatar mellinoe avatar ericstj avatar dotnet-bot avatar davidsh avatar mmitche avatar jonhanna avatar justinvp avatar eerhardt avatar vsadov avatar pgavlin avatar pallavit avatar maxwe11 avatar khdang avatar aarnott avatar chcosta avatar krwq avatar jeremykuhne avatar bartdesmet avatar hughbe avatar clockwork-muse avatar krzysztofcwalina avatar saurabh500 avatar corivera avatar priya91 avatar tmat avatar

Watchers

James Cloos avatar 记忆者 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.