[Archived] This repo has been migrated. Please use the https://github.com/aspnet/AspNetCore repo instead.
Перейти к файлу
N. Taylor Mullen 4148074276 Update bootstrappers and korebuild.json. 2018-08-13 10:40:42 -07:00
.vscode Functional testing mechanism (#44) 2018-08-10 16:58:40 +01:00
.vsts/builds Make .yml file more .ymly. 2018-08-13 10:35:48 -07:00
build Make the repo buildable. 2018-08-07 15:04:08 -07:00
client Functional testing mechanism (#44) 2018-08-10 16:58:40 +01:00
modules Make the repo buildable. 2018-08-07 15:04:08 -07:00
src Add tests for FilePathNormalizer. 2018-08-10 11:58:15 -07:00
test Add tests for FilePathNormalizer. 2018-08-10 11:58:15 -07:00
.editorconfig Use KoreBuild and add Razor.VSCode.sln. 2018-06-25 10:28:27 -07:00
.gitattributes Add initial git and README.md pieces. 2018-06-25 10:21:47 -07:00
.gitignore Functional testing mechanism (#44) 2018-08-10 16:58:40 +01:00
.gitmodules Simplify building and running 2018-08-08 13:18:47 +01:00
Directory.Build.props Make the repo buildable. 2018-08-07 15:04:08 -07:00
Directory.Build.targets Use KoreBuild and add Razor.VSCode.sln. 2018-06-25 10:28:27 -07:00
NuGet.config Use KoreBuild and add Razor.VSCode.sln. 2018-06-25 10:28:27 -07:00
NuGetPackageVerifier.json Make the repo buildable. 2018-08-07 15:04:08 -07:00
README.md Add initial git and README.md pieces. 2018-06-25 10:21:47 -07:00
Razor.VSCode.sln Add tests for DefaultProjectResolver. 2018-08-10 11:51:45 -07:00
build.cmd Use KoreBuild and add Razor.VSCode.sln. 2018-06-25 10:28:27 -07:00
build.sh Use KoreBuild and add Razor.VSCode.sln. 2018-06-25 10:28:27 -07:00
korebuild-lock.txt Update bootstrappers and korebuild.json. 2018-08-13 10:40:42 -07:00
korebuild.json Use KoreBuild and add Razor.VSCode.sln. 2018-06-25 10:28:27 -07:00
run.cmd Use KoreBuild and add Razor.VSCode.sln. 2018-06-25 10:28:27 -07:00
run.ps1 Update bootstrappers and korebuild.json. 2018-08-13 10:40:42 -07:00
run.sh Update bootstrappers and korebuild.json. 2018-08-13 10:40:42 -07:00
version.props Use KoreBuild and add Razor.VSCode.sln. 2018-06-25 10:28:27 -07:00

README.md

Razor.VSCode

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 tooling to enable Razor in VS Code.

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.