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

Latest commit

monojenkins and jaykrell Remove non-functional spawn code.
Subject to configuration, spawn has three widely divergent behaviors:

succeed but do nothing
print and exit
do what it sounds like
Rather than mislead the callers, provide only option 3 and let the caller decide what to do otherwise.

Co-authored-by: Jay Krell <jay.krell@cornell.edu>
Latest commit 79e5e27 Feb 28, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.config Delete System.Data.SqlClient package (#2275) Feb 5, 2020
.github Update CODEOWNERS and scripts (#32251) Feb 13, 2020
docs Update windows-requirements.md (#32938) Feb 28, 2020
eng Enable workflow of building Mono and Libraries without CoreCLR (#32881) Feb 27, 2020
src Remove non-functional spawn code. Feb 28, 2020
tools-local typo - removed unneeded word in a comment (#2331) Jan 29, 2020
.dockerignore Update NCL stress infra for live-live builds (#896) Dec 17, 2019
.editorconfig Add vbproj to .editorconfig (#1354) Jan 7, 2020
.gitattributes Update cmd and batch scripts to be crlf (#1336) Jan 7, 2020
.gitignore [mono] Improve mono.proj, auto-detect build configurations (#31739) Feb 6, 2020
.vsconfig Initial runtime repository structure Nov 14, 2019
CODE-OF-CONDUCT.md Initial runtime repository structure Nov 14, 2019
CONTRIBUTING.md Remove links to issues in old repositories Feb 12, 2020
Directory.Build.props Local live builds not picking up runtime config (#2093) Jan 31, 2020
Directory.Build.targets Local live-live builds (#494) Dec 13, 2019
LICENSE.TXT Initial runtime repository structure Nov 14, 2019
NuGet.config Libraries testing (#178) Nov 21, 2019
PATENTS.TXT Update repo link to dotnet/runtime (#1781) Jan 16, 2020
README.md Update readme to point to correct SDK repo (#32831) Feb 25, 2020
SECURITY.md Adding new MSRC portal details (#32652) Feb 21, 2020
THIRD-PARTY-NOTICES.TXT Add recently added entries for THIRD-PARTY-NOTICES (#54) Nov 15, 2019
build.cmd Fix .cmd scripts help arguments (#1131) Dec 23, 2019
build.sh Add windows support for build.sh (#94) Nov 18, 2019
coreclr.cmd Fix .cmd scripts help arguments (#1131) Dec 23, 2019
coreclr.sh Add convenience scripts coreclr.sh / cmd for local user workflow (#81) 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 3 repositories (#32787) Feb 26, 2020
installer.cmd Fix .cmd scripts help arguments (#1131) Dec 23, 2019
installer.sh Initial runtime repository structure Nov 14, 2019
libraries.cmd Fix .cmd scripts help arguments (#1131) Dec 23, 2019
libraries.sh Initial runtime repository structure Nov 14, 2019
mono.cmd Make Mono build in dotnet/runtime Jan 18, 2020
mono.sh Make Mono build in dotnet/runtime Jan 18, 2020

README.md

.NET Runtime

Build Status Gitter

This repo contains the code to build the .NET Core runtime, libraries and shared host (dotnet) installers for all supported platforms, as well as the sources to .NET Core runtime and libraries.

What is .NET Core?

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 Core runtime and libraries.

For other issues, please use the following repos:

Useful Links

.NET Foundation

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