This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others. We welcome contributions.
Перейти к файлу
Fasjeit 3ed617862c
Merge pull request #69 from CryptoPro/oid-fix
Fixing oid friendly name in csp calls
2024-08-29 15:37:57 +03:00
.config [3.1] Credscan followup (#43054) 2021-03-25 19:04:06 -07:00
Documentation Update issue-guide.md 2019-07-15 12:21:35 -07:00
cross [release/3.1] Update dependencies from dotnet/arcade (#43086) 2021-07-12 10:10:43 -07:00
cspTools update csp for ci 2024-04-09 17:28:00 +03:00
eng bump packet version to 4.7.1 2024-02-08 10:21:14 +03:00
external Enable Building of packages in 3.1 branch (#41448) 2019-10-01 10:23:21 -07:00
pkg Backport SqlClient 659 to release/3.1: Fix async timeout design leading to intermittent wrong data 2023-09-21 15:40:02 +03:00
src fixing unix pkcs target once again 2024-08-29 14:14:59 +03:00
.azure-ci.yml remove rhel6 (#43115) 2021-10-15 07:28:58 -07:00
.editorconfig Change csharp_indent_labels from flush_left to one_less_than_current (#28121) 2018-03-16 18:40:03 -07:00
.gitattributes Enable C# mode command line diff (#37767) 2019-05-18 19:22:34 +02:00
.gitignore Use common .tools dir for global tools (#36597) 2019-04-09 14:55:11 +02:00
.gitmirrorall Sync changes from TFS as of 2015/02/16 9:30:00 AM 2015-02-16 09:51:49 -08:00
.travis.yml Add support for HMACMD5, HMACSHA1, HMACSHA256, HMACSHA384, HMACSHA512 via CSP (#16) 2019-12-12 16:20:25 +03:00
CODE_OF_CONDUCT.md Include Code of Conduct in GitHub-recognised manner. (#25751) 2017-12-06 08:32:25 -05:00
CONTRIBUTING.md Add folders to CoreFX Documentation 2015-06-23 16:48:06 -07:00
Directory.Build.props Merged PR 12019: [internal/release/3.1] Feed update 2021-01-19 15:44:02 +00:00
Directory.Build.targets removing the Micosoft.Private.Corefx.UAP package (#41184) 2019-09-23 14:02:23 -07:00
LICENSE.TXT Update the License info (#19779) 2017-05-15 11:08:04 -07:00
NuGet.config Revert package source changes 2022-02-18 12:20:10 -08:00
PATENTS.TXT Add additional data to patents file 2015-11-18 02:23:18 -08:00
README.md splitting tests in matrix, fixing path at appveyor 2020-06-30 07:43:09 +03:00
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
appveyor.yml appveyor.yml fix 2024-08-28 15:47:22 +03:00
build.cmd Enable -? help parameter (#35739) 2019-03-03 21:09:34 +01:00
build.proj Make CoreFx.Private.TestUtilites RID-agnostic (#36207) 2019-06-29 21:53:19 +02:00
build.sh Switch Bootstrapping model to use Arcade 2018-10-11 18:54:55 -07:00
global.json Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-coreclr build 20221109.2 2023-09-21 15:40:02 +03:00

README.md

.NET Core Libraries (CoreFX)

Build status
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.