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

A
Adam Sitnik 已提交
3
[![Build Status](https://dnceng.visualstudio.com/public/_apis/build/status/dotnet/runtime/runtime?branchName=master)](https://dnceng.visualstudio.com/public/_build/latest?definitionId=686&branchName=master)
D
dotnet-bot 已提交
4 5
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dotnet/runtime)

6 7
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 已提交
8

9
## What is .NET?
D
danmosemsft 已提交
10

D
dotnet-bot 已提交
11 12 13 14
Official Starting Page: https://dotnet.microsoft.com/

* [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)
15
  * [Install daily builds](https://github.com/dotnet/installer#installers-and-binaries)
D
dotnet-bot 已提交
16 17 18 19 20 21
  * [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)
  * [Supported OS versions](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md)
* [Roadmap](https://github.com/dotnet/core/blob/master/roadmap.md)
* [Releases](https://github.com/dotnet/core/tree/master/release-notes)

D
danmosemsft 已提交
22 23 24
## How can I contribute?

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

26 27
* [Contributing](CONTRIBUTING.md) explains what kinds of changes we welcome
- [Workflow Instructions](docs/workflow/README.md) explains how to build and test
28
* [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 已提交
29 30 31 32 33 34 35 36

## 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](https://www.microsoft.com/msrc/faqs-report-an-issue).

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 已提交
37

38
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 已提交
39 40 41

For other issues, please use the following repos:

42
- For overall .NET SDK issues, file in the [dotnet/sdk](https://github.com/dotnet/sdk) repo
43
- For ASP.NET issues, file in the [dotnet/aspnetcore](https://github.com/dotnet/aspnetcore) repo.
D
dotnet-bot 已提交
44

D
danmosemsft 已提交
45 46 47
## Useful Links

* [.NET Core source index](https://source.dot.net) / [.NET Framework source index](https://referencesource.microsoft.com)
M
Maira Wenzel 已提交
48
* [API Reference docs](https://docs.microsoft.com/dotnet/api/?view=netcore-3.1)
D
danmosemsft 已提交
49 50 51
* [.NET API Catalog](http://apisof.net) (incl. APIs from daily builds and API usage info)
* [API docs writing guidelines](https://github.com/dotnet/dotnet-api-docs/wiki) - useful when writing /// comments

D
dotnet-bot 已提交
52 53
## .NET Foundation

54
.NET Runtime is a [.NET Foundation](https://www.dotnetfoundation.org/projects) project.
D
dotnet-bot 已提交
55 56 57 58

There are many .NET related projects on GitHub.

- [.NET home repo](https://github.com/Microsoft/dotnet) - links to 100s of .NET projects, from Microsoft and the community.
M
Maira Wenzel 已提交
59
- [ASP.NET Core home](https://docs.microsoft.com/aspnet/core/?view=aspnetcore-3.1) - the best place to start learning about ASP.NET Core.
D
dotnet-bot 已提交
60 61 62 63 64 65 66

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

General .NET OSS discussions: [.NET Foundation forums](https://forums.dotnetfoundation.org)

## License

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