This repository contains the foundational libraries that make up the .NET Core development stack.
Перейти к файлу
Alexis Christoforides 14ded087e5 Guard against attempting to creating out-of-range spans in macOS FilesystemWatcher
Fixes https://github.com/dotnet/corefx/issues/40054
2019-09-09 18:21:22 -04:00
.config Update coverlet version (#39757) 2019-07-25 12:01:52 +02:00
Documentation Mark System.Data.SqlClient as archived component (#40946) 2019-09-09 11:21:50 -07:00
cross Also set the *__TRYRUN_OUTPUT cache value to something (#37797) 2019-08-07 00:22:38 +02:00
eng [master] Update dependencies from dotnet/core-setup dotnet/corefx dotnet/standard (#40942) 2019-09-09 14:36:33 +00:00
pkg Remove Redundant dependency of microsoft.netcoreapp.platforms (#40907) 2019-09-06 18:50:05 -07:00
src Guard against attempting to creating out-of-range spans in macOS FilesystemWatcher 2019-09-09 18:21:22 -04:00
.azure-ci.yml Remove explicit parameter and use arcade default (#40542) 2019-08-23 22:53:42 +02:00
.dockerignore add .dockerignore file to the root of the repo 2019-07-23 15:21:45 +01:00
.editorconfig Fix .editorconfig 2019-08-14 16:44:25 -04:00
.gitattributes Enable C# mode command line diff (#37767) 2019-05-18 19:22:34 +02:00
.gitignore add .ionide folder to .gitignore (#40462) 2019-08-20 20:42:35 -04:00
.gitmirrorall
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Directory.Build.props changing netcoreapp targetframework from 3.0 to 5.0 and adding support for targetgroup = netcoreapp5.0 (#40049) 2019-08-29 10:46:09 -07:00
Directory.Build.targets changing netcoreapp targetframework from 3.0 to 5.0 and adding support for targetgroup = netcoreapp5.0 (#40049) 2019-08-29 10:46:09 -07:00
LICENSE.TXT
NuGet.config Update dependencies from https://github.com/dotnet/coreclr build 20190720.1 (#39651) 2019-07-21 12:07:58 -04:00
PATENTS.TXT
README.md
SECURITY.md Creating common security policy 2019-05-28 15:21:46 -07:00
THIRD-PARTY-NOTICES.TXT HPACK fixes and tests (#38324) 2019-06-12 09:46:28 -07:00
build.cmd Fix to Build fails with 'error MSB3073' when run from folder containing space (#39885) 2019-07-31 10:26:36 -07:00
build.proj Enable leaf project restore from root build (#40070) 2019-08-07 19:31:25 +02:00
build.sh
global.json [master] Update dependencies from dotnet/coreclr (#40930) 2019-09-09 13:41:59 +00:00

README.md

.NET Core Libraries (CoreFX)

Build Status

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 (System.Private.CoreLib) 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: https://dotnet.microsoft.com/

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-blob feed (https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json). The latest version number of each library can be seen in that feed. Currently, there is no website to visualize the contents of the feed, so in order to do so, you have to use a NuGet feed explorer, like Visual Studio.

Note: See officially supported OS versions.