X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.md;h=1444df567a8e1eb9faa7db434a4d68d512ea5916;hb=refs%2Fheads%2Faccepted%2Ftizen_8.0_unified;hp=5d7523c0e54222bf1ef4585f931fd3ae3b3e9c97;hpb=165065505590bcd1169aa3ec00d99128472c9057;p=platform%2Fupstream%2Fdotnet%2Fruntime.git diff --git a/README.md b/README.md index 5d7523c..1444df5 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,19 @@ # .NET Runtime - -[![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) +[![Build Status](https://dnceng.visualstudio.com/public/_apis/build/status/dotnet/runtime/runtime?branchName=main)](https://dnceng.visualstudio.com/public/_build/latest?definitionId=686&branchName=main) +[![Help Wanted](https://img.shields.io/github/issues/dotnet/runtime/up-for-grabs?style=flat-square&color=%232EA043&label=help%20wanted)](https://github.com/dotnet/runtime/issues?q=is%3Aissue+is%3Aopen+label%3A%22up-for-grabs%22) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dotnet/runtime) +[![Discord](https://img.shields.io/discord/732297728826277939?style=flat-square&label=Discord&logo=discord&logoColor=white&color=7289DA)](https://aka.ms/dotnet-discord) -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. +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 Core? +## What is .NET? 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) + * [Install daily builds](docs/project/dogfooding.md) * [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) @@ -24,6 +26,7 @@ We welcome contributions! Many people all over the world have helped make this p * [Contributing](CONTRIBUTING.md) explains what kinds of changes we welcome - [Workflow Instructions](docs/workflow/README.md) explains how to build and test +* [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. ## Reporting security issues and security bugs @@ -33,28 +36,29 @@ Also see info about related [Microsoft .NET Core and ASP.NET Core Bug Bounty Pro ## 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. +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: -- For overall .NET Core SDK issues, file in the [dotnet/sdk](https://github.com/dotnet/sdk) repo +- For overall .NET SDK issues, file in the [dotnet/sdk](https://github.com/dotnet/sdk) repo - For ASP.NET issues, file in the [dotnet/aspnetcore](https://github.com/dotnet/aspnetcore) repo. ## Useful Links * [.NET Core source index](https://source.dot.net) / [.NET Framework source index](https://referencesource.microsoft.com) -* [API Reference docs](https://docs.microsoft.com/dotnet/api/?view=netcore-3.0) +* [API Reference docs](https://docs.microsoft.com/dotnet/api/?view=netcore-3.1) * [.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 +* [.NET Discord Server](https://aka.ms/dotnet-discord) - a place to talk and hang out with .NET community ## .NET Foundation -.NET Core is a [.NET Foundation](https://www.dotnetfoundation.org/projects) project. +.NET Runtime is a [.NET Foundation](https://www.dotnetfoundation.org/projects) project. 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. -- [ASP.NET Core home](https://docs.microsoft.com/aspnet/core/?view=aspnetcore-3.0) - the best place to start learning about ASP.NET Core. +- [ASP.NET Core home](https://docs.microsoft.com/aspnet/core/?view=aspnetcore-3.1) - the best place to start learning about ASP.NET Core. 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).