Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Перейти к файлу
Jessica Petty 21fcba4f29
Add Rich Nav task to normal CI, add new Rich Nav pipeline (#2623)
* Add Rich Nav task to normal CI, add new Rich Nav pipeline

* Fix typo

* Try getting _BuildConfig value from variables

* Temp: fix eng script that's broken in arcade to test rich nav pipeline

* Add Rich Nav feed to Nuget.Config

* Fix regular CI to actually run Rich Nav for windows builds

* Remove Rich Nav from regular CI, respond to PR feedback

* Fix typo, start specifying language

* Fix typos in Rich Nav script discovered while executing the build
2020-10-21 18:51:53 -07:00
.github Update pull_request_template.md (#2381) 2020-08-17 15:17:46 -07:00
.vscode Razor Code Actions Prep (#2407) 2020-08-19 10:37:32 -07:00
docs/contributing Update Scripts from ASP.NET Core (#2353) 2020-08-11 17:04:48 -07:00
eng O# upgrade and fix VSCode config parsing in Razor language server (#2663) 2020-10-21 11:40:14 -07:00
src/Razor Add initial VS debugging shims / integrations. 2020-10-21 17:11:24 -07:00
.editorconfig Set a UIContext to denote Razor language server is ready (#2640) 2020-10-15 16:41:32 -07:00
.gitignore Fix Malformed Component (#2510) 2020-09-16 19:51:13 -07:00
CODE-OF-CONDUCT.md Link Code of Conduct 2020-04-03 10:39:37 -07:00
CONTRIBUTING.md Fix links to Code of Conduct 2020-04-10 10:49:38 -07:00
Directory.Build.props NetCore Analyzers (#2206) 2020-08-04 14:20:34 -07: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 Add Rich Nav task to normal CI, add new Rich Nav pipeline (#2623) 2020-10-21 18:51:53 -07:00
README.md Update Scripts from ASP.NET Core (#2353) 2020-08-11 17:04:48 -07:00
SECURITY.md Add SECURITY.md 2020-02-26 01:41:33 +00:00
activate.ps1 Update Scripts from ASP.NET Core (#2353) 2020-08-11 17:04:48 -07:00
activate.sh Added executable flag to activate.sh (#1938) 2020-05-27 17:10:47 -07:00
azure-pipelines-richnav.yml Add Rich Nav task to normal CI, add new Rich Nav pipeline (#2623) 2020-10-21 18:51:53 -07:00
azure-pipelines.yml Update Build Pools (#2568) 2020-09-29 09:48:09 -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 Added executable bit to clean shell script (#1841) 2020-04-27 17:13:25 -07:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20201006.7 (#2624) 2020-10-12 12:30:16 +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 Scripts from ASP.NET Core (#2353) 2020-08-11 17:04:48 -07: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, Visual Studio & Visual Studio Code.

Status Build Status

Build Windows Linux MacOS
Debug Build Status Build Status Build Status
Release Build Status Build Status Build Status

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.

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

See CODE-OF-CONDUCT.md