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