Skip to content
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
C# C++ C Visual Basic .NET Shell Assembly Other
Branch: master
Clone or download

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.config Run WASM tests with xharness (#37346) Jun 3, 2020
.github Clean up text in config.yml issue template (#36529) May 15, 2020
docs Add initial doc about testing libraries on WebAssembly (#37478) Jun 8, 2020
eng Revert "Update "LICENSE.txt" so that it's recognized as MIT" (#37626) Jun 9, 2020
src Reflection annotate more of CoreLib (#37418) Jun 9, 2020
tools-local Only pack either debug or release dotnet.js/wasm files in runtime pack Jun 3, 2020
.dockerignore Update NCL stress infra for live-live builds (#896) Dec 17, 2019
.editorconfig Fix argument exception warnings on runtime (#35717) May 15, 2020
.gitattributes Update cmd and batch scripts to be crlf (#1336) Jan 7, 2020
.gitignore Enable cross OS DBI build (#35021) Apr 17, 2020
.vsconfig Initial runtime repository structure Nov 14, 2019
Build.proj Move mobile AppBuilder & AOTCompiler projects into tools-local (#36478) May 15, 2020
CODE-OF-CONDUCT.md Initial runtime repository structure Nov 14, 2019
CONTRIBUTING.md Update CONTRIBUTING.md (#33054) Mar 2, 2020
Directory.Build.props Allow individual projects to override LangVersion (#37512) Jun 8, 2020
Directory.Build.targets Allow individual projects to override LangVersion (#37512) Jun 8, 2020
LICENSE.TXT Revert "Update "LICENSE.txt" so that it's recognized as MIT" (#37626) Jun 9, 2020
NuGet.config Feed cleanup (#34044) Apr 7, 2020
PATENTS.TXT Update repo link to dotnet/runtime (#1781) Jan 16, 2020
README.md Add a front page link to download daily builds (#37322) Jun 3, 2020
SECURITY.md Adding new MSRC portal details (#32652) Feb 21, 2020
THIRD-PARTY-NOTICES.TXT Add SIMD acceleration for Matrix4x4.Invert #34394 (#36323) May 26, 2020
build.cmd fix build.ps1 script execution error on cmd due to whitespace (#35554) Apr 28, 2020
build.sh Add windows support for build.sh (#94) Nov 18, 2019
dotnet.cmd Move dotnet.cmd/sh helper scripts into the repo root (#672) Dec 11, 2019
dotnet.sh Move dotnet.cmd/sh helper scripts into the repo root (#672) Dec 11, 2019
global.json Revert required global sdk (#37372) Jun 3, 2020

README.md

.NET Runtime

Build Status Gitter

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.

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:

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 forums

License

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

You can’t perform that action at this time.