This repo houses the Razor Compiler, which is part of the .NET SDK
Перейти к файлу
Tanay Parikh b02e967e8e
Update `main` SDK to `6.0.104` (#208)
Manually updating, but created https://github.com/dotnet/razor-compiler/issues/207 to track long term automation in this area.
2022-04-13 15:56:47 -07:00
.devcontainer Razor Compiler Codespaces Support (#33) 2022-01-20 10:49:33 -08:00
.github Add `azure-pipelines.yml`, `NuGet.config` to CODEOWNERS (#42) 2022-01-22 01:27:25 +00:00
.vscode Razor Compiler Codespaces Support (#33) 2022-01-20 10:49:33 -08:00
eng [automated] Merge branch 'release/6.0.2xx' => 'main' (#96) 2022-04-05 21:48:47 +00:00
src Update GetGloballyQualifiedTypeName to handle cases where the value is not present (#93) 2022-03-22 10:13:05 -07:00
.editorconfig Enforce IDE0011 (Add braces) on build (#62) 2022-01-31 17:24:15 -08:00
.gitattributes Add additional razor-compiler files 2021-11-22 11:25:37 -08:00
.gitignore Add additional razor-compiler files 2021-11-22 11:25:37 -08:00
.globalconfig Enforce IDE0011 (Add braces) on build (#62) 2022-01-31 17:24:15 -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
Directory.Build.props Enforce IDE0011 (Add braces) on build (#62) 2022-01-31 17:24:15 -08:00
Directory.Build.targets Remove unnecessary infrastructure (#4) 2021-11-22 11:25:37 -08:00
Directory.Packages.props Add additional razor-compiler files 2021-11-22 11:25:37 -08:00
LICENSE.txt Add additional razor-compiler files 2021-11-22 11:25:37 -08:00
NuGet.config [main] Update dependencies from dotnet/arcade (#7) 2021-11-29 20:15:09 +00:00
README.md Add additional razor-compiler files 2021-11-22 11:25:37 -08: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.yml [main] Remove invalid post-build parameter (#52) 2022-01-25 22:26:08 +00:00
build.cmd Add additional razor-compiler files 2021-11-22 11:25:37 -08:00
build.ps1 Fixup build issues 2021-11-23 16:03:12 -08:00
build.sh Fixup build issues 2021-11-23 16:03:12 -08:00
global.json Update `main` SDK to `6.0.104` (#208) 2022-04-13 15:56:47 -07:00
razor-compiler.sln Rename the tooling internal package (#20) 2021-12-16 10:56:22 -08: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

README.md

Razor-Compiler

The Razor syntax provides a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content. This repo contains the parser and the C# code generator for the Razor syntax.

Building from source

To run a complete build on command line only, execute build.cmd or build.sh without arguments. See developer documentation for more details.