Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Перейти к файлу
Immo Landwerth 202e123884 Link Code of Conduct 2020-04-03 10:39:37 -07:00
.github Update CODEOWNERS (#436) 2019-04-18 09:29:40 -07:00
.vscode Semantic colorization (#1651) 2020-03-12 17:02:35 -07:00
eng Update dependencies from https://github.com/dotnet/runtime build 20200402.18 (#1757) 2020-04-03 12:44:42 +00:00
src/Razor Rebased and addressed code review comments. 2020-04-02 16:28:21 -07:00
.editorconfig Add support for source-build (#620) 2019-05-29 13:06:38 -07:00
.gitignore Out of workspace files (#1550) 2020-02-10 13:11:43 -08:00
CODE-OF-CONDUCT.md Link Code of Conduct 2020-04-03 10:39:37 -07:00
CONTRIBUTING.md Update links for repo moves/renames (#1474) 2020-01-08 16:51:55 -08:00
Directory.Build.props Update links for repo moves/renames (#1474) 2020-01-08 16:51:55 -08:00
Directory.Build.targets Merge branch 'master' into merge/release/3.1-to-master 2019-10-05 22:03:05 -07:00
LICENSE.txt Fix license 2019-03-22 16:39:16 -07:00
NuGet.config Update dependencies from dotnet/arcade aspnet/Extensions (#1317) 2019-11-13 18:16:15 -08:00
README.md Update links for repo moves/renames (#1474) 2020-01-08 16:51:55 -08:00
SECURITY.md Add SECURITY.md 2020-02-26 01:41:33 +00:00
activate.ps1 Added activate.ps1 to set DOTNET_ROOT to Path (#311) 2019-03-07 15:21:47 -08:00
activate.sh Normalize Linux Pathing (#1581) 2020-02-14 12:30:49 -08:00
azure-pipelines.yml Fix typo 2020-03-31 18:49:38 -07:00
build.cmd Add support for source-build (#620) 2019-05-29 13:06:38 -07:00
build.sh Add support for source-build (#620) 2019-05-29 13:06:38 -07:00
clean.cmd Fix @inject intellisense (#949) 2019-08-09 13:13:18 -07:00
clean.ps1 Fix @inject intellisense (#949) 2019-08-09 13:13:18 -07:00
clean.sh Fix @inject intellisense (#949) 2019-08-09 13:13:18 -07:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20200330.5 (#1743) 2020-04-01 18:35:00 +00:00
restore.cmd Add dedicated scripts for restore 2018-12-14 12:50:08 -08:00
restore.sh Add dedicated scripts for restore 2018-12-14 12:50:08 -08:00
startvs.cmd Update startvs.cmd 2018-12-20 11:48:57 -08:00

README.md

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 and Visual Studio.

Get Started

Follow the Getting Started instructions in the ASP.NET Core docs.

Also check out the .NET Homepage 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, join in design conversations, and make pull-requests.

  • Follow along with the development of ASP.NET Core:
    • Community Standup: The community standup is held every week and streamed live to YouTube. You can view past standups in the linked playlist.
    • Roadmap: The schedule and milestone themes for ASP.NET Core.
  • Check out the contributing 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.

These are some other repos for related projects:

Code of conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.