Go to file
dotnet-bot 19f489b8b4 Merge in 'release/7.0' changes 2024-04-16 03:52:49 +00:00
.config Update dependencies from https://github.com/dotnet/xharness build 20240408.2 (#100878) 2024-04-12 10:21:48 -07:00
.devcontainer Add the GitHub CLI to the Codespaces container (#72287) 2022-07-15 21:27:22 -04:00
.github Servicing docs improvements (#85731) 2023-05-05 17:53:51 -07:00
docs Bump target SDK version for Android sample (#95770) 2023-12-11 14:58:48 -05:00
eng Merge branch 'release/7.0' into release/7.0-staging 2024-04-15 19:23:29 -04:00
src Merge in 'release/7.0' changes 2024-04-16 03:52:49 +00:00
.clang-format
.dockerignore
.editorconfig [automated] Merge branch 'release/7.0-rc2' => 'release/7.0' (#75913) 2022-09-26 11:41:20 -07:00
.gitattributes [wasm] deprecate legacy JS API and propose new (#73068) 2022-08-04 08:19:50 +02:00
.gitignore [wasm] deprecate legacy JS API and propose new (#73068) 2022-08-04 08:19:50 +02:00
.markdownlint.json
.vsconfig Removed two unused packages from .vsconfig (#60798) 2021-11-02 17:40:45 +01:00
Build.proj Fix source build problem with missing intellisense xmls (#75985) 2022-09-21 19:02:21 -07:00
CODE-OF-CONDUCT.md
CONTRIBUTING.md Rename 'up-for-grabs' label to 'help wanted' (#73810) 2022-08-12 13:20:59 -06:00
Directory.Build.props [7.0] Fix intellisense xml file selection from 'net' or 'dotnet-plat-ext' (#82554) 2023-03-08 19:25:55 -06:00
Directory.Build.targets [release/7.0] source build backports (#78395) 2022-11-18 07:35:22 -08:00
Directory.Solution.props
LICENSE.TXT
NuGet.config [release/7.0-staging] Update dependencies from dotnet/emsdk (#100130) 2024-04-14 19:07:13 -05:00
PATENTS.TXT
README.md Rename 'up-for-grabs' label to 'help wanted' (#73810) 2022-08-12 13:20:59 -06:00
SECURITY.md
THIRD-PARTY-NOTICES.TXT [release/7.0] Upgrade zlib to 1.3.1 (#99474) 2024-03-19 17:44:21 -07:00
build.cmd
build.sh
dotnet.cmd
dotnet.sh
global.json [release/7.0-staging] Update dependencies from dotnet/arcade (#100109) 2024-04-12 09:56:35 -07:00

README.md

.NET Runtime

Build Status Help Wanted Gitter Discord

This repo contains the code to build the .NET runtime, libraries and shared host (dotnet) installers for all supported platforms, as well as the sources to .NET runtime and libraries.

What is .NET?

Official Starting Page: https://dotnet.microsoft.com

How can I contribute?

We welcome contributions! Many people all over the world have helped make this project better.

  • Contributing explains what kinds of contributions we welcome

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.

Filing issues

This repo should contain issues that are tied to the runtime, the class libraries and frameworks, the installation of the dotnet binary (sometimes known as the muxer) and installation of the .NET runtime and libraries.

For other issues, please use the following repos:

.NET Foundation

.NET Runtime 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.

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.

General .NET OSS discussions: .NET Foundation Discussions

License

.NET (including the runtime repo) is licensed under the MIT license.