Go to file
N. Taylor Mullen 50314ca7e5 Add the ability for users to await expressions.
This enabled things like @await Foo().  We special case the await keyword and allow another snippet of code to follow it.
2014-03-18 12:37:07 -07:00
src/Microsoft.AspNet.Razor Add the ability for users to await expressions. 2014-03-18 12:37:07 -07:00
test Update tests to verify async rendering. 2014-03-17 11:29:19 -07:00
.gitattributes
.gitignore Updated the build files. 2014-01-28 22:18:20 -08:00
NuGet.Config Workaround myget being down 2014-02-07 10:08:47 -08:00
Razor.sln
build.cmd Updating build.cmd to cache NuGet.exe 2014-02-02 08:18:43 -08:00
makefile.shade