Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Перейти к файлу
David Wengier 64f02499a7
Update src/Razor/src/Microsoft.AspNetCore.Razor.LanguageServer/Formatting/HtmlFormattingPass.cs
Co-authored-by: Ryan Brandenburg <rybrande@microsoft.com>
2021-12-07 09:32:57 +11:00
.devcontainer
.githooks
.github Update tooling docs (#5805) 2021-12-01 21:05:39 -08:00
.vscode
docs Update tooling docs (#5805) 2021-12-01 21:05:39 -08:00
eng Update dependencies from https://github.com/dotnet/razor-compiler build 20211202.2 (#5815) 2021-12-03 11:29:44 -08:00
src Update src/Razor/src/Microsoft.AspNetCore.Razor.LanguageServer/Formatting/HtmlFormattingPass.cs 2021-12-07 09:32:57 +11:00
.editorconfig
.gitattributes
.gitignore
CODE-OF-CONDUCT.md
CONTRIBUTING.md Update tooling docs (#5805) 2021-12-01 21:05:39 -08:00
Directory.Build.props
Directory.Build.targets
LICENSE.txt
NOTICE.txt
NuGet.config
README.md
SECURITY.md
activate.ps1
activate.sh
azure-pipelines-richnav.yml
azure-pipelines.yml
build.cmd
build.ps1
build.sh
clean.cmd
clean.ps1
clean.sh
global.json
restore.cmd
restore.sh
startvs.cmd

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