Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Перейти к файлу
Ryan Brandenburg 6a6a18af73
Fix naming (#6005)
2022-01-24 23:42:25 +00:00
.devcontainer Add support for launching debugging proxy from UI extension (#3013) 2021-01-31 18:20:45 -08:00
.githooks Git hooks format (#2984) 2021-01-21 21:22:04 +00:00
.github Update tooling docs (#5805) 2021-12-01 21:05:39 -08:00
.vscode Fix bootability of VSCode with Razor dev assets. (#3306) 2021-03-18 20:25:43 +00:00
docs Update tooling docs (#5805) 2021-12-01 21:05:39 -08:00
eng Fix naming (#6005) 2022-01-24 23:42:25 +00:00
src Delete duplicate `readme.md` file 2022-01-21 00:10:51 +00:00
.editorconfig Add VSTHRD101 2022-01-19 11:04:12 +11:00
.gitattributes Collapse xlf files in PRs 2021-07-09 08:31:16 +10:00
.gitignore [master] Update dependencies from dotnet/aspnetcore (#3285) 2021-03-12 20:28:35 +00:00
CODE-OF-CONDUCT.md Link Code of Conduct 2020-04-03 10:39:37 -07:00
CONTRIBUTING.md Update tooling docs (#5805) 2021-12-01 21:05:39 -08:00
Directory.Build.props Enable nullable reference types in solution (preserve all current semantics) 2021-12-07 14:38:00 -08:00
Directory.Build.targets Fix build break. 2021-08-09 10:16:56 -07:00
LICENSE.txt Move to MIT license. 2021-08-04 20:08:09 -07:00
NOTICE.txt Add third party notices file. (#4402) 2021-10-01 12:31:42 -07:00
NuGet.config Update dependencies from https://github.com/dotnet/arcade build 20211203.6 (#5825) 2021-12-06 13:59:32 +00:00
README.md Update README.md 2021-10-06 17:33:36 -07:00
SECURITY.md Renormalize source files 2021-02-01 09:14:10 -08: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-integration-dartlab.yml Add pipelines for Integration tests on VSMain (#5980) 2022-01-20 13:22:48 -08:00
azure-pipelines-richnav.yml Switch to 1ES R&D pools on main (#4654) 2021-10-13 09:51:17 -07:00
azure-pipelines.yml Add pipelines for Integration tests on VSMain (#5980) 2022-01-20 13:22:48 -08:00
build.cmd Add support for source-build (#620) 2019-05-29 13:06:38 -07:00
build.ps1 Git hooks format (#2984) 2021-01-21 21:22:04 +00: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 20220121.6 (#6003) 2022-01-24 14:07: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 Set default for startvs.cmd (#5658) 2021-10-25 09:53:42 -07:00

README.md

ASP.NET Core Razor Tooling

Razor Tooling is the open-source implementation for the Razor IDE experience in ASP.NET Core. It contains tools for working on Razor ASP.NET Core apps using Visual Studio, Visual Studio for Mac, and Visual Studio Code.

Contributing

All work on Razor Tooling happens directly on GitHub. Both core team members and external contributors send pull requests which go through the same review process. Some of the best ways to contribute are to try things out, file issues, join in design conversations, and make pull requests.

Getting Started with Razor

If you are unfamiliar with ASP.NET Core or Razor, follow the links below to learn more:

Also check out the .NET Homepage for released versions of .NET, getting started guides, and learning resources.

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.

Status Build Status

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

These are some other repos for related projects:

Code of conduct

See CODE-OF-CONDUCT.md