This commit is contained in:
Allison Chou 2021-10-06 14:29:33 -07:00 коммит произвёл GitHub
Родитель 37e764e851
Коммит 7f804cc751
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -1,8 +1,8 @@
ASP.NET Core Tooling
ASP.NET Core Razor Tooling
====================
ASP.NET Core is an open-source and cross-platform framework for building modern cloud based internet connected applications, such as web apps, IoT apps and mobile backends.
This repo contains tools for working on ASP.NET Core apps using the [.NET Core Command Line](https://github.com/dotnet/cli), [Visual Studio](https://visualstudio.com) & [Visual Studio Code](https://code.visualstudio.com/).
ASP.NET Core is an open-source and cross-platform framework for building modern cloud-based internet connected applications, such as web apps, IoT apps and mobile backends.
This repo contains tools for working on ASP.NET Core apps in [Razor](https://docs.microsoft.com/en-us/aspnet/core/razor-pages) using the [.NET Core Command Line](https://github.com/dotnet/cli), [Visual Studio](https://visualstudio.com) & [Visual Studio Code](https://code.visualstudio.com/).
## Status [![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=main)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=main)
@ -13,18 +13,18 @@ This repo contains tools for working on ASP.NET Core apps using the [.NET Core C
## Get Started
Follow the [Getting Started](https://docs.microsoft.com/aspnet/core/getting-started) instructions in the [ASP.NET Core docs](https://docs.microsoft.com/aspnet/index).
- ASP.NET Core apps: Follow the [Getting Started](https://docs.microsoft.com/aspnet/core/getting-started) instructions in the [ASP.NET Core docs](https://docs.microsoft.com/aspnet/index).
- Razor pages: Visit the [tutorial](https://docs.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start?view=aspnetcore-5.0&tabs=visual-studio) on getting started with Razor pages.
Also check out the [.NET Homepage](https://www.microsoft.com/net) for released versions of .NET, getting started guides, and learning resources.
## How to Engage, Contribute, and Give Feedback
Some of the best ways to contribute are to try things out, [file issues](https://github.com/dotnet/aspnetcore-tooling/issues), join in design conversations,
Some of the best ways to contribute are to try things out, [file issues](https://github.com/dotnet/razor-tooling/issues/new/choose), join in design conversations,
and make pull-requests.
* Follow along with the development of ASP.NET Core:
* [Community Standup](http://live.asp.net): The community standup is held every week and streamed live to YouTube. You can view past standups in the linked playlist.
* [Roadmap](https://github.com/dotnet/aspnetcore/wiki/Roadmap): The schedule and milestone themes for ASP.NET Core.
* Check out the [contributing](CONTRIBUTING.md) page to see the best places to log issues and start discussions.
* [Instructions to build ASP.NET Core Tooling source code](https://github.com/dotnet/aspnetcore-tooling/blob/main/docs/contributing/BuildFromSource.md)