GitXplorerGitXplorer
d

runtime

public
15691 stars
4822 forks
8984 issues

Commits

List of commits on branch main.
Verified
8a2e93486920436613fb4d3bce30f135933d91c6

JIT: tolerate missing InitClass map in SPMI (#111555)

AAndyAyersMS committed 11 hours ago
Verified
3998f4aaa3623d2b6e4d74e71842f7dfb7a19445

Build ilasm/ildasm packages for the host machine (#111512)

jjkoritzinsky committed 12 hours ago
Verified
112fa519f2bfdb0f7a2274970dffea2bca4b9d36

Unicode 16.0 Support (#111469)

ttarekgh committed 12 hours ago
Verified
dd76387ea74ad72e938d00bc881cf1d2c578081a

Improve performance of interface method resolution in ILC (#103066)

ffilipnavara committed 13 hours ago
Verified
6c58f7992cfd628a53d9b90f258ac123cb803644

Fix building the host-targeting components and packing ILC (#111552)

jjkoritzinsky committed 14 hours ago
Verified
a73f1637cbd74e3048bd420e876113f94f650996

Improve JSON validation perf (#111332)

PPranavSenthilnathan committed 16 hours ago

README

The README file for this repository.

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

Useful Links

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