f84a8539db
Microsoft.DotNet.Arcade.Sdk From Version 6.0.0-beta.24369.2 -> To Version 6.0.0-beta.24413.1 |
||
---|---|---|
.github | ||
.vscode | ||
eng | ||
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 | ||
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.