This repository contains the foundational libraries that make up the .NET Core development stack.
Перейти к файлу
Gleb Balykov e36e0b3857 Fix __Arch for armv7l tests (#30639) 2018-06-27 23:12:24 -04:00
Documentation
buildpipeline
cross Update Tizen CI RID (#30692) 2018-06-27 08:07:20 -04:00
external
pkg Merge pull request #29697 from AfsanehR/PoolBlockingPeriod 2018-06-27 09:58:44 -07:00
src Remove use of FrameworkEventSourceSupport from S.P.Corelib (#30297) 2018-06-27 19:41:42 -07:00
tools-local
.editorconfig
.gitattributes
.gitignore
.gitmirrorall
BuildToolsVersion.txt
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CodeAnalysis.ruleset
DotnetCLIVersion.txt
LICENSE.TXT
NuGet.config
PATENTS.TXT
Packaging.props
README.md
THIRD-PARTY-NOTICES.TXT
build-managed.cmd
build-managed.sh
build-native.cmd
build-native.sh
build-packages.cmd
build-packages.sh
build-tests.cmd
build-tests.sh
build.cmd
build.proj
build.sh
buildvertical.targets
clean.cmd
clean.sh
config.json
corefx.vssettings
dependencies.props
dir.props
dir.targets
dir.traversal.targets
illink.targets
init-tools.cmd
init-tools.msbuild
init-tools.sh
netci.groovy
perf.groovy
publish-packages.cmd
publish-packages.sh
referenceFromRuntime.targets
run-test.sh Fix __Arch for armv7l tests (#30639) 2018-06-27 23:12:24 -04:00
run.cmd
run.sh
sync.cmd
sync.sh

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!)

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.

Note: See officially supported OS versions.

Code Coverage Status

Click to see most recent result.

code coverage