Go to file
Ryan Nowak 315221c758 Re-enable some skipped tests
The underlying bug in this area has been fixed.
2017-05-19 10:18:17 -07:00
build Compile CodeGeneration tests 2017-05-16 16:26:47 -07:00
shared/Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources
src PR feedback 2017-05-19 09:47:55 -07:00
test Re-enable some skipped tests 2017-05-19 10:18:17 -07:00
tooling/Microsoft.VisualStudio.RazorExtension Bump VSIX version up to 15.4.XXXXX 2017-05-17 13:38:32 -07:00
.editorconfig
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Razor.sln Compile CodeGeneration tests 2017-05-16 16:26:47 -07:00
appveyor.yml
build.cmd
build.ps1
build.sh
version.props

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 Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.