Go to file
copilot-swe-agent[bot] 4a6c5e5fc5 Fix Version deserialization to be more strict about edge cases
Co-authored-by: eiriktsarpalis <2813363+eiriktsarpalis@users.noreply.github.com>
2025-07-30 13:37:04 +00:00
.config [main] Update dependencies from dotnet/xharness (#116907) 2025-07-09 18:18:51 +02:00
.devcontainer Remove zlib dependencies from Docker containers (#111939) 2025-01-29 16:22:10 -06:00
.github Update mentionees for the binaryformatter-migration label (#118082) 2025-07-28 13:53:52 +02:00
docs Adding GetAssemblyLoadContext cDAC API (#117939) 2025-07-28 18:39:50 -07:00
eng Update version branding to rc1 (#118002) 2025-07-29 09:11:49 -07:00
src Fix Version deserialization to be more strict about edge cases 2025-07-30 13:37:04 +00:00
.CodeQL.yml exclude obj/cmake from codeql. (#110630) 2024-12-17 08:43:28 -08:00
.clang-format Move clang-format download into dotnet/runtime and add docs for setting up auto-formatting in the repository (#59374) 2021-09-23 14:34:00 -07:00
.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 [HTTP/SSL] Fix stress (#93135) 2023-10-09 11:54:41 +02:00
.editorconfig [main] Source code updates from dotnet/dotnet (#115395) 2025-05-09 15:02:23 +02:00
.gitattributes Treat files in "build" directories as not generated (#111363) 2025-01-21 12:22:57 +01:00
.gitignore arm64: Implement missing SVE extract methods (#116095) 2025-06-06 07:09:47 -07:00
.markdownlint.json Enable markdownlint rule (MD009) (#40887) 2021-02-08 10:43:40 -08:00
.vsconfig Bump Windows SDK version in .vsconfig (#103217) 2024-06-10 07:09:34 -07:00
Build.proj Make the dotnet/runtime official build an assetless build (#115311) 2025-05-13 11:08:39 -07:00
CODE-OF-CONDUCT.md Initial runtime repository structure 2019-11-14 01:26:19 +01:00
CONTRIBUTING.md Add LoongArch64 and RISC-V to list of ports (#110144) 2024-11-25 06:34:43 -08:00
Directory.Build.props [main] Source code updates from dotnet/dotnet (#117576) 2025-07-13 11:28:01 +02:00
Directory.Build.rsp Disable msbuild terminal logger (#97309) 2024-01-22 13:08:28 -05:00
Directory.Build.targets [main] Source code updates from dotnet/dotnet (#116145) 2025-06-04 10:12:34 -07:00
Directory.Solution.props Fix solution restore in libraries (#38294) 2020-06-23 22:35:40 +02:00
LICENSE.TXT Revert "Update "LICENSE.txt" so that it's recognized as MIT" (#37626) 2020-06-08 22:22:27 -04:00
NuGet.config Use prototype Roslyn compiler for runtime-async (#115531) 2025-05-16 14:30:08 -07:00
PATENTS.TXT Update repo link to dotnet/runtime (#1781) 2020-01-15 21:16:56 -05:00
README.md Remove gitter from readme (#114841) 2025-04-21 08:45:47 +02:00
SECURITY.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
THIRD-PARTY-NOTICES.TXT Support out of proc Histogram Base 2 Exponential aggregation (#115852) 2025-05-25 22:28:52 -07:00
build.cmd Print help for -? and /? cross-plat (#42396) 2020-09-24 14:27:24 +02:00
build.sh [main] Source code updates from dotnet/dotnet (#116145) 2025-06-04 10:12:34 -07:00
dotnet.cmd Move dotnet.cmd/sh helper scripts into the repo root (#672) 2019-12-11 21:01:58 +01:00
dotnet.sh Move dotnet.cmd/sh helper scripts into the repo root (#672) 2019-12-11 21:01:58 +01:00
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] Source code updates from dotnet/dotnet (#117590) 2025-07-18 14:53:58 +02:00

README.md

.NET Runtime

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