aspnetcore-tooling/README.md

45 строки
4.2 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

ASP.NET Core 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) and [Visual Studio](https://visualstudio.com).
## Status [![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=master)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=master)
|Build|Windows|Linux|MacOS|
|-----|-------|-----|-----|
|Debug|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=master&jobName=Windows&configuration=Windows%20debug)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=master)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=master&jobName=Linux&configuration=Linux%20debug)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=master)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=master&jobName=macOS&configuration=macOS%20debug)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=master)|
|Release|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=master&jobName=Windows&configuration=Windows%20release)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=master)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=master&jobName=Linux&configuration=Linux%20release)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=master)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/aspnetcore-tooling/aspnetcore-tooling-ci?branchName=master&jobName=macOS&configuration=macOS%20release)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=264&branchName=master)|
## 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).
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/issues), 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.
## Reporting security issues and 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://technet.microsoft.com/en-us/security/ff852094.aspx).
## Related projects
These are some other repos for related projects:
* [ASP.NET Core](https://github.com/dotnet/aspnetcore) - the ASP.NET Core framework
* [Documentation](https://github.com/aspnet/Docs) - documentation sources for https://docs.microsoft.com/aspnet/core/
* [Extensions](https://github.com/dotnet/extensions) - Logging, configuration, dependency injection, and more.
## Code of conduct
2020-04-03 20:42:01 +03:00
See [CODE-OF-CONDUCT.md](./CODE-OF-CONDUCT.md)