Go to file
N. Taylor Mullen f861c23d1f Allow RazorSourceDocument to consume empty streams.
- Added tests to validate how encoding flows when used with empty streams in addition to their usability (not throwing).

#947
2017-02-13 12:11:38 -08:00
build Create NoVSIX solution configurations 2017-02-09 14:04:49 -08:00
shared
src Allow RazorSourceDocument to consume empty streams. 2017-02-13 12:11:38 -08:00
test Allow RazorSourceDocument to consume empty streams. 2017-02-13 12:11:38 -08:00
tooling/Microsoft.VisualStudio.RazorExtension Add CodeAnalysis.Razor to the vsix 2017-02-10 13:02:52 -08:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Razor.sln Allow RazorSourceDocument to consume empty streams. 2017-02-13 12:11:38 -08:00
appveyor.yml
build.cmd
build.ps1
build.sh
makefile.shade
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.