Go to file
N. Taylor Mullen 0d60da296d Add and modify tests to validate TagHelperDescriptorResolver doesn't throw.
- Modified existing tests that expected the resolvers to throw to no longer throw.
- Added new test to validate that unexpected errors that are thrown are also handled.

#210
2014-11-24 10:30:11 -08:00
src Add and modify tests to validate TagHelperDescriptorResolver doesn't throw. 2014-11-24 10:30:11 -08:00
test Add and modify tests to validate TagHelperDescriptorResolver doesn't throw. 2014-11-24 10:30:11 -08:00
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE.txt
NuGet.Config Updating dev NuGet.config 2014-09-17 09:58:27 -07:00
README.md
Razor.sln Add Microsoft.AspNet.Razor.Runtime src and test project. 2014-10-09 12:50:52 -07:00
build.cmd Updated build.cmd 2014-09-05 01:50:34 -07:00
build.sh Updating build.sh to work on Mono 2014-10-21 12:46:59 -07:00
global.json Transition Microsoft.AspNet.Razor.Test from csproj to kproj. 2014-06-04 14:58:04 -07:00
makefile.shade Add xml-docs-test target to end of default build 2014-11-20 15:24:49 -08:00

README.md

Razor

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