Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Перейти к файлу
David Barbet 23d8c923a2 Implement new logger interface method without dependency upgrade 2022-12-12 17:42:37 -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 Update ProjectsAndLayering.md doc to reflect these changes 2022-11-21 15:58:03 -08:00
eng Add benchmarks (#7963) 2022-12-06 22:35:55 +00:00
src Implement new logger interface method without dependency upgrade 2022-12-12 17:42:37 -08:00
.editorconfig Clean up experimental formatting rules, and fix warnings 2022-11-24 10:44:12 +11:00
.gitattributes Add additional razor-compiler files 2021-11-22 11:25:37 -08:00
.gitignore Blazor WebAssembly Debug extension is not working with .net7 (#7929) 2022-12-05 13:35:42 -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 Update docs and add an explanatory comment 2022-11-10 12:16:43 -08:00
Directory.Build.targets Fix Dependency Tree, Update Dependencies & Consume `TrySplitNamespace` Breaking Change (#6088) 2022-02-17 00:38:05 +00: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 Benchmark updates (#8001) 2022-12-12 20:33:28 +00: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
Razor.Slim.slnf Consolidate all projects in to Razor.sln 2022-11-13 16:01:05 +11:00
Razor.sln Add benchmarks (#7963) 2022-12-06 22:35:55 +00: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 Fix publishDataUri (#8000) 2022-12-07 00:44:26 +00: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
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 Consolidate all projects in to Razor.sln 2022-11-13 16:01:05 +11: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