README.md 4.8 KB
Newer Older
D
dotnet-bot 已提交
1
# .NET Runtime
2

3
[![Build Status](https://dev.azure.com/dnceng-public/public/_apis/build/status/dotnet/runtime/runtime?branchName=main)](https://dev.azure.com/dnceng-public/public/_build/latest?definitionId=129&branchName=main)
4
[![Help Wanted](https://img.shields.io/github/issues/dotnet/runtime/help%20wanted?style=flat-square&color=%232EA043&label=help%20wanted)](https://github.com/dotnet/runtime/labels/help%20wanted)
D
dotnet-bot 已提交
5
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dotnet/runtime)
6
[![Discord](https://img.shields.io/discord/732297728826277939?style=flat-square&label=Discord&logo=discord&logoColor=white&color=7289DA)](https://aka.ms/dotnet-discord)
D
dotnet-bot 已提交
7

8 9 10 11 12 13 14 15
* [What is .NET?](#what-is-net)
* [How can I contribute?](#how-can-i-contribute)
* [Reporting security issues and security bugs](#reporting-security-issues-and-security-bugs)
* [Filing issues](#filing-issues)
* [Useful Links](#useful-links)
* [.NET Foundation](#net-foundation)
* [License](#license)

16 17
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.
D
dotnet-bot 已提交
18

19
## What is .NET?
D
danmosemsft 已提交
20

21
Official Starting Page: <https://dotnet.microsoft.com>
D
dotnet-bot 已提交
22 23 24

* [How to use .NET](https://docs.microsoft.com/dotnet/core/get-started) (with VS, VS Code, command-line CLI)
  * [Install official releases](https://dotnet.microsoft.com/download)
J
Juan Hoyos 已提交
25
  * [Install daily builds](docs/project/dogfooding.md)
D
dotnet-bot 已提交
26 27
  * [Documentation](https://docs.microsoft.com/dotnet/core) (Get Started, Tutorials, Porting from .NET Framework, API reference, ...)
    * [Deploying apps](https://docs.microsoft.com/dotnet/core/deploying)
28 29 30
  * [Supported OS versions](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md)
* [Roadmap](https://github.com/dotnet/core/blob/main/roadmap.md)
* [Releases](https://github.com/dotnet/core/tree/main/release-notes)
D
dotnet-bot 已提交
31

D
danmosemsft 已提交
32 33 34
## How can I contribute?

We welcome contributions! Many people all over the world have helped make this project better.
D
dotnet-bot 已提交
35

36
* [Contributing](CONTRIBUTING.md) explains what kinds of contributions we welcome
37
* [Workflow Instructions](docs/workflow/README.md) explains how to build and test
38
* [Get Up and Running on .NET Core](docs/project/dogfooding.md) explains how to get nightly builds of the runtime and its libraries to test them in your own projects.
D
dotnet-bot 已提交
39 40 41

## Reporting security issues and security bugs

42
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](https://www.microsoft.com/msrc/faqs-report-an-issue). You can also find these instructions in this repo's [Security doc](SECURITY.md).
D
dotnet-bot 已提交
43 44 45 46

Also see info about related [Microsoft .NET Core and ASP.NET Core Bug Bounty Program](https://www.microsoft.com/msrc/bounty-dot-net-core).

## Filing issues
D
danmosemsft 已提交
47

48
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.
D
dotnet-bot 已提交
49

50
For other issues, please file them to their appropriate sibling repos. We have links to many of them on [our new issue page](https://github.com/dotnet/runtime/issues/new/choose).
D
dotnet-bot 已提交
51

D
danmosemsft 已提交
52 53 54
## Useful Links

* [.NET Core source index](https://source.dot.net) / [.NET Framework source index](https://referencesource.microsoft.com)
55 56
* [API Reference docs](https://docs.microsoft.com/dotnet/api)
* [.NET API Catalog](https://apisof.net) (incl. APIs from daily builds and API usage info)
D
danmosemsft 已提交
57
* [API docs writing guidelines](https://github.com/dotnet/dotnet-api-docs/wiki) - useful when writing /// comments
58
* [.NET Discord Server](https://aka.ms/dotnet-discord) - a place to discuss the development of .NET and its ecosystem
D
danmosemsft 已提交
59

D
dotnet-bot 已提交
60 61
## .NET Foundation

62
.NET Runtime is a [.NET Foundation](https://www.dotnetfoundation.org/projects) project.
D
dotnet-bot 已提交
63 64 65

There are many .NET related projects on GitHub.

66 67
* [.NET home repo](https://github.com/Microsoft/dotnet) - links to 100s of .NET projects, from Microsoft and the community.
* [ASP.NET Core home](https://docs.microsoft.com/aspnet/core) - the best place to start learning about ASP.NET Core.
D
dotnet-bot 已提交
68

69
This project has adopted the code of conduct defined by the [Contributor Covenant](https://contributor-covenant.org) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](https://www.dotnetfoundation.org/code-of-conduct).
D
dotnet-bot 已提交
70

71
General .NET OSS discussions: [.NET Foundation Discussions](https://github.com/dotnet-foundation/Home/discussions)
D
dotnet-bot 已提交
72 73 74

## License

75
.NET (including the runtime repo) is licensed under the [MIT](LICENSE.TXT) license.