Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Перейти к файлу
dotnet-maestro[bot] f21a466685 Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20241126.2
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 10.0.0-alpha.1.24571.2 -> To Version 10.0.557602
2024-12-02 13:46:36 +00:00
.config
.devcontainer
.github Update source-build team references (#11032) 2024-10-22 06:24:16 -07:00
.vscode
docs Only one format works for dates. (#11202) 2024-11-12 19:37:40 +00:00
eng Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20241126.2 2024-12-02 13:46:36 +00:00
src Support FAR in cohosting (#11238) 2024-12-02 08:45:09 +11:00
.editorconfig
.gitattributes
.gitignore Recreate relevant testapps in benchmarks\testapps folder 2024-10-24 16:14:46 -07:00
.globalconfig
.vsconfig
CODE-OF-CONDUCT.md
CONTRIBUTING.md
Directory.Build.props Move all "shared" test files to "src\Shared\files\" 2024-11-19 13:58:40 -08:00
Directory.Build.targets
Directory.Packages.props Handle skipped trivia in the C# tokenizer (#11207) 2024-11-16 08:35:12 -08:00
LICENSE.txt
NOTICE.txt
NuGet.config Remove source-only package (#11006) 2024-10-14 11:22:18 +02:00
README.md
README_compiler.md
Razor.Slim.slnf Remove tooling MvcShims 2024-10-24 15:14:14 -07:00
Razor.sln Don't include TagHelperDescriptorJsonConverter in compiler benchmark 2024-11-18 17:26:23 -08:00
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 Merge release/dev17.13 to main (#11221) 2024-11-15 16:55:04 +01:00
azure-pipelines-richnav.yml
azure-pipelines.yml Publish package artifacts on PR builds (#11223) 2024-11-19 10:54:12 +01:00
build.cmd
build.ps1
build.sh
clean.cmd
clean.ps1
clean.sh
global.json [main] Update dependencies from dotnet/arcade (#11246) 2024-11-25 12:38:42 +01: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