Go to file
github-actions[bot] 0a33e18a0b
Revert "Refactor `external_assembly_probe` to be separate from single-file bu…" (#113746)
This reverts commit 035ee5cfe3.

Co-authored-by: Andy Gocke <andy@commentout.net>
2025-03-21 10:24:30 -07:00
.config [main] Update dependencies from dotnet/xharness (#113309) 2025-03-15 09:38:56 +01:00
.devcontainer Remove zlib dependencies from Docker containers (#111939) 2025-01-29 16:22:10 -06:00
.github Opt labels out of automated issue cleanup (#113170) 2025-03-06 08:17:35 -08:00
docs JIT: introduce durable EH region ID (#113497) 2025-03-14 12:45:04 -07:00
eng [release/10.0-preview3] Update dependencies from dotnet/emsdk (#113653) 2025-03-18 17:45:18 -07:00
src Revert "Refactor `external_assembly_probe` to be separate from single-file bu…" (#113746) 2025-03-21 10:24:30 -07:00
.CodeQL.yml exclude obj/cmake from codeql. (#110630) 2024-12-17 08:43:28 -08:00
.clang-format
.clang-tidy Move JIT's clang-tidy flags into configuration files and add a root clang-tidy config that disables all checks. (#93951) 2023-10-25 15:16:22 -07:00
.dockerignore
.editorconfig Set csharp_indent_case_contents_when_block to false (#103091) 2024-06-13 14:14:47 -07:00
.gitattributes Treat files in "build" directories as not generated (#111363) 2025-01-21 12:22:57 +01:00
.gitignore Ignore *.pp files in .gitignore (#109001) 2024-10-17 17:07:08 -06:00
.markdownlint.json
.vsconfig Bump Windows SDK version in .vsconfig (#103217) 2024-06-10 07:09:34 -07:00
Build.proj Unify dotnet/runtime on using Arcade -publish (#108990) 2024-10-23 17:18:37 +02:00
CODE-OF-CONDUCT.md
CONTRIBUTING.md Add LoongArch64 and RISC-V to list of ports (#110144) 2024-11-25 06:34:43 -08:00
Directory.Build.props Publish dotnet/runtime using standard Arcade Publish tooling (#111934) 2025-03-07 14:55:17 -08:00
Directory.Build.rsp Disable msbuild terminal logger (#97309) 2024-01-22 13:08:28 -05:00
Directory.Build.targets Build ilasm/ildasm packages for the host machine (#111512) 2025-01-17 17:13:20 -08:00
Directory.Solution.props
LICENSE.TXT
NuGet.config Remove dotnet9 nuget feeds (#109149) 2024-11-26 09:55:55 +01:00
PATENTS.TXT
README.md Link to general support page from repo readme (#104188) 2024-06-29 15:57:56 -07:00
SECURITY.md
THIRD-PARTY-NOTICES.TXT Unicode 16.0 Support (#111469) 2025-01-17 16:50:41 -08:00
build.cmd
build.sh
dotnet.cmd
dotnet.sh
github-merge-flow.jsonc Update github-merge-flow.jsonc to autoflow 9.0 to 9.0-staging (#111549) 2025-01-17 11:29:19 -08:00
global.json [main] Update dependencies from dotnet/arcade (#113056) 2025-03-11 15:32:45 -07:00

README.md

.NET Runtime

Build Status Help Wanted Good First Issue 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.

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. You can also find these instructions in this repo's Security doc.

Also see info about related Microsoft .NET 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 the installation of the .NET runtime and libraries.

For other issues, please file them to their appropriate sibling repos. We have links to many of them on our new issue page.

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