Go to file
N. Taylor Mullen 432ddbd467 Update `.travis.yml` to run on OSX.
- Added `MONO_THREADS_PER_CPU=2000` environment variable to ensure `dnu restore` completes successfully.
2015-08-18 20:03:51 -07:00
src Update packages' versions 2015-08-17 11:13:06 -07:00
test [Fixes #441] Removed constructors from TagHelperAttributeDescriptor and 2015-08-16 18:09:07 -07:00
.gitattributes
.gitignore
.travis.yml Update `.travis.yml` to run on OSX. 2015-08-18 20:03:51 -07:00
CONTRIBUTING.md
LICENSE.txt
NuGet.Config Updating to aspnetlitedev. 2015-08-18 14:00:20 -07:00
README.md
Razor.sln Transition Razor test comparers to new project. 2015-07-28 10:38:09 -07:00
appveyor.yml
build.cmd Enable pinning build script 2015-08-12 05:29:04 -07:00
build.sh
global.json
makefile.shade

README.md

Razor

AppVeyor: AppVeyor

Travis: Travis

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.

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.