Go to file
Doug Bunting e4084f4ff4 Execute `dnu restore` with .NET Core and use Mono 4.0.5
- upgrade Linux to Trusty (Ubuntu 14.04) distribution, where .NET Core is supported
- Mono beta is now 4.2.1 which doesn't work with `nuget.exe`
  - see also aspnet/External#48

Note: cannot use `KOREBUILD_TEST_DNXCORE=true` due to #577
2015-11-17 09:19:47 -08:00
src React to removal of BufferedHtmlContent 2015-11-16 09:36:35 -08:00
test Remove System beta tag in project.json for coreclr packages. 2015-11-12 12:23:22 -08:00
tools Strong name everything. 2015-11-02 14:56:23 -08:00
.gitattributes
.gitignore Switching to use generations TFMs 2015-10-21 18:18:07 -07:00
.travis.yml Execute `dnu restore` with .NET Core and use Mono 4.0.5 2015-11-17 09:19:47 -08:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config Update < and > in error messages to not be double encoded. 2015-09-18 16:42:59 -07:00
NuGetPackageVerifier.json
README.md
Razor.sln
appveyor.yml
build.cmd Fix local build break 2015-10-12 13:00:32 -07:00
build.sh React to aspnet/Universe#290 fix 2015-10-08 21:12:31 -07:00
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.