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 [mono] Enable System.Runtime.Tests on Android (#36655) May 19, 2020
.github Clean up text in config.yml issue template (#36529) May 15, 2020
docs Minor documentation improvements (#36834) May 21, 2020
eng Remove Microsoft.DotNet.PlatformAbstractions (#36707) May 22, 2020
src [mono] Fix MonoRunner.java - assets were not copied correctly (#36824) May 22, 2020
tools-local [mono] Fix MonoRunner.java - assets were not copied correctly (#36824) May 22, 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 Move mobile AppBuilder & AOTCompiler projects into tools-local (#36478) May 15, 2020
Directory.Build.targets Enable dotnet test in libraries (#35285) May 4, 2020
LICENSE.TXT Initial runtime repository structure Nov 14, 2019
NuGet.config Feed cleanup (#34044) Apr 7, 2020
PATENTS.TXT Update repo link to dotnet/runtime (#1781) Jan 16, 2020
README.md Update docs links to 3.1 (#35309) Apr 23, 2020
SECURITY.md Adding new MSRC portal details (#32652) Feb 21, 2020
THIRD-PARTY-NOTICES.TXT Adding the support of reusing machine-wide credentials in the case wh… May 15, 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 [master] Update dependencies from dotnet/arcade mono/linker dotnet/xh… May 14, 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.