Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Перейти к файлу
Dustin Campbell 5072db43b5 Clean up pooled objects in CodeRenderingContext 2024-08-19 15:37:40 -07:00
.config
.github
.vscode Turn off trailing whitespace triming in strings (#10646) 2024-07-18 15:17:49 -07:00
docs Update InsertingRazorIntoVSCodeCSharp.md 2024-07-23 10:50:46 +10:00
eng Create a remote rename service, and dependencies, to perform the rename 2024-08-09 11:31:36 +10:00
src Clean up pooled objects in CodeRenderingContext 2024-08-19 15:37:40 -07:00
.editorconfig
.gitattributes
.gitignore
.globalconfig
.vsconfig
CODE-OF-CONDUCT.md
CONTRIBUTING.md
Directory.Build.props Move to central package pinning (#10716) 2024-08-09 15:26:39 -07:00
Directory.Build.targets Disable nullable warnings on .NET Standard and Framework (#10677) 2024-07-26 15:07:57 -07:00
Directory.Packages.props more 2024-08-13 10:02:02 -07:00
LICENSE.txt
NOTICE.txt
NuGet.config Minor updates for Razor repo (#10576) 2024-07-18 08:09:03 -07:00
README.md
README_compiler.md
Razor.Slim.slnf
Razor.sln
SECURITY.md
SpellingExclusions.dic
activate.ps1
activate.sh
azure-pipelines-compliance.yml
azure-pipelines-conditional-integration.yml
azure-pipelines-integration-dartlab.yml
azure-pipelines-official.yml
azure-pipelines-richnav.yml
azure-pipelines.yml Remove Azure pipeline task to install .NET 8 runtime 2024-07-22 13:01:34 -07:00
build.cmd
build.ps1
build.sh
clean.cmd
clean.ps1
clean.sh
global.json Add latest .NET 8 runtime to global.json 2024-07-22 11:54:51 -07:00
restore.cmd
restore.sh
startvs.cmd
startvs.ps1

README.md

ASP.NET Core Razor

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

Contributing

All work on Razor 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

These are some other repos for related projects:

Code of conduct

See CODE-OF-CONDUCT.md