Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Перейти к файлу
Ryan Brandenburg f03b298f14 Fix Integration tests 2022-11-09 09:35:34 -08:00
.devcontainer Merge remote-tracking branch 'compiler/merge-to-tooling' into merge-compiler-no-changes 2022-08-29 11:32:39 -07:00
.github Update FabricBot after project changes (#7883) 2022-11-07 22:55:35 +00:00
.vscode Razor Compiler Codespaces Support (#33) 2022-01-20 10:49:33 -08:00
docs Add document that lists various projects and layers along with TFMs (#7030) 2022-10-26 18:11:02 +00:00
eng Merge pull request #7868 from ryanbrandenburg/IntegrationPublishData 2022-11-08 11:15:29 -08:00
src Merge pull request #7888 from davidwengier/FixColorAndCodeActions 2022-11-08 14:48:21 +11:00
.editorconfig Add a few more things to create a baseline .editorconfig 2022-10-05 20:51:18 +11:00
.gitattributes Add additional razor-compiler files 2021-11-22 11:25:37 -08:00
.gitignore Retrieve BlazorDebugProxy on build (#6081) 2022-02-23 16:10:57 -08:00
.vsconfig Add additional razor-compiler files 2021-11-22 11:25:37 -08:00
CODE-OF-CONDUCT.md Add additional razor-compiler files 2021-11-22 11:25:37 -08:00
CONTRIBUTING.md Update CONTRIBUTING.md (#7885) 2022-11-08 16:40:44 -08:00
Directory.Build.props Merge branch 'main' into features/the-merge 2022-10-03 11:20:14 -07:00
Directory.Build.targets Seperate out Directory.Build.* for compiler and tooling where needed 2022-08-29 12:00:21 -07:00
LICENSE.txt Add additional razor-compiler files 2021-11-22 11:25:37 -08:00
NOTICE.txt Update third party notices. 2022-06-10 09:35:31 -07:00
NuGet.config Revert "ENVDTE" 2022-10-20 12:04:30 -07:00
README.md Update README.md 2022-11-04 10:57:01 -07:00
README_compiler.md Rename files to avoid clashes 2022-08-16 12:38:55 -07:00
SECURITY.md Clean up markdown warnings (#6179) 2022-03-15 14:24:10 -07:00
activate.ps1 Add additional razor-compiler files 2021-11-22 11:25:37 -08:00
activate.sh Add additional razor-compiler files 2021-11-22 11:25:37 -08:00
azure-pipelines-compiler.yml Rename files to avoid clashes 2022-08-16 12:38:55 -07:00
azure-pipelines-compliance.yml Update compliance build step (#6533) 2022-06-24 13:12:33 -07:00
azure-pipelines-integration-dartlab.yml Fix Integration tests 2022-11-09 09:35:34 -08:00
azure-pipelines-richnav.yml Use Powershell task 2022-10-13 16:02:34 -07:00
azure-pipelines.yml Try to maybe fix OneLoc 2022-11-09 13:16:47 +11:00
build.cmd Fix build.cmd to always pass -restore and -build 2022-09-07 10:06:20 -07:00
build.ps1 Remove dotnet format git hook 2022-08-25 19:26:56 +10:00
build.sh Fixup build issues 2021-11-23 16:03:12 -08: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 20221024.5 (#7864) 2022-10-31 13:15:39 +00:00
razor-compiler.sln Rename overlapping projects to .Compiler 2022-08-29 12:00:31 -07:00
restore.cmd Add additional razor-compiler files 2021-11-22 11:25:37 -08:00
restore.sh Add additional razor-compiler files 2021-11-22 11:25:37 -08:00
startvs.cmd Set default for startvs.cmd (#5658) 2021-10-25 09:53:42 -07:00

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, Visual Studio for Mac, 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