This repo houses the Razor Compiler, which is part of the .NET SDK
Перейти к файлу
dotnet-maestro[bot] f84a8539db Update dependencies from https://github.com/dotnet/arcade build 20240813.1
Microsoft.DotNet.Arcade.Sdk
 From Version 6.0.0-beta.24369.2 -> To Version 6.0.0-beta.24413.1
2024-08-19 12:33:57 +00:00
.github
.vscode
eng Update dependencies from https://github.com/dotnet/arcade build 20240813.1 2024-08-19 12:33:57 +00:00
src
.editorconfig
.gitattributes
.gitignore
.globalconfig
.vsconfig
CODE-OF-CONDUCT.md
Directory.Build.props
Directory.Build.targets
Directory.Packages.props
LICENSE.txt
NuGet.config
README.md
activate.ps1
activate.sh
azure-pipelines.yml
build.cmd
build.ps1
build.sh
global.json Update dependencies from https://github.com/dotnet/arcade build 20240813.1 2024-08-19 12:33:57 +00:00
razor-compiler.sln
restore.cmd
restore.sh

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.