Go to file
Viktor Hofer cdff28e8c4
Delete publish-final.proj and clean-up installer.tasks unused files (#48598)
* Delete publish-final.proj and delete unused installer.tasks files

* Avoid extra restore phase for tasks

The repo local tasks don't participate in the repo restore anymore,
hence avoiding the extra restore phase which should improve reliability
and build times.
2021-02-22 17:54:36 +01:00
.config [master] Update dependencies from dotnet/xharness (#48452) 2021-02-19 10:51:53 +00:00
.github Removing myself from codeowners file (#48502) 2021-02-19 10:24:33 +01:00
docs Add disabling test policy to the docs (#48575) 2021-02-21 13:47:14 -08:00
eng Delete updateversions.proj (#48593) 2021-02-22 16:53:49 +01:00
src Delete publish-final.proj and clean-up installer.tasks unused files (#48598) 2021-02-22 17:54:36 +01:00
.dockerignore
.editorconfig Remove extra space (#47166) 2021-01-19 15:55:21 -05:00
.gitattributes Find&Replace coreclr/src -> coreclr (#45761) 2020-12-08 10:40:17 -08:00
.gitignore [mono] Adjust wasm gitignore (#48325) 2021-02-16 09:34:13 +01:00
.markdownlint.json Enable markdownlint rule (MD009) (#40887) 2021-02-08 10:43:40 -08:00
.vsconfig Revert "Fixed failing build with -allconfigurations by adding dependency to .vsconfig (#37555)" (#43278) 2020-10-11 19:00:40 +02:00
Build.proj Delete publish-final.proj and clean-up installer.tasks unused files (#48598) 2021-02-22 17:54:36 +01:00
CODE-OF-CONDUCT.md
CONTRIBUTING.md Find&Replace coreclr/src -> coreclr (#45761) 2020-12-08 10:40:17 -08:00
Directory.Build.props Delete publish-final.proj and clean-up installer.tasks unused files (#48598) 2021-02-22 17:54:36 +01:00
Directory.Build.targets Glob include files based on project extension (VS) (#46702) 2021-01-07 17:20:13 -08:00
Directory.Solution.props Fix solution restore in libraries (#38294) 2020-06-23 22:35:40 +02:00
LICENSE.TXT
NuGet.config Remove net5 feeds (#41620) 2021-02-16 19:53:40 +01:00
PATENTS.TXT
README.md Add link to Discord server to README.md (#43926) 2020-10-27 17:00:03 -07:00
SECURITY.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
THIRD-PARTY-NOTICES.TXT Added C# implementation of System.Math.ScaleB and System.MathF.ScaleB… (#42476) 2021-01-25 22:11:45 +00:00
build.cmd Print help for -? and /? cross-plat (#42396) 2020-09-24 14:27:24 +02:00
build.sh
dotnet.cmd
dotnet.sh
global.json [master] Update dependencies from dotnet/runtime dotnet/xharness (#48303) 2021-02-15 21:23:52 +00:00

README.md

.NET Runtime

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

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:

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