aspnetcore/test/Microsoft.AspNet.Razor.Test
N. Taylor Mullen 02d6b00d8f Generate `async` lambda for template attributes.
- Template attributes should be of type `Func<TextWriter, Task>`. We weren't generating an `async` lambda for attributes prior to this change resulting in a compilation failure when used at runtime and the inability to `@await` code (unless a user returns some sort of `Task`).
- Updated code generation files to reflect the new code generation behavior.

#594
2015-11-04 16:04:29 -08:00
..
Chunks/Generators
CodeGenerators Removed `TagHelper` infrastructure `using` statements. 2015-10-29 16:23:38 -07:00
Editor Rename `Microsoft.AspNet.Razor.Runtime.TagHelpers`. 2015-10-22 10:45:43 -07:00
Framework Rename `Microsoft.AspNet.Razor.Runtime.TagHelpers`. 2015-10-22 10:45:43 -07:00
Parser Rename `Microsoft.AspNet.Razor.Runtime.TagHelpers`. 2015-10-22 10:45:43 -07:00
TagHelpers Added `TagHelper` support for `enum`s. 2015-10-29 10:04:07 -07:00
TestFiles Generate `async` lambda for template attributes. 2015-11-04 16:04:29 -08:00
Text
Tokenizer
Utils
CSharpRazorCodeLanguageTest.cs
Microsoft.AspNet.Razor.Test.xproj
RazorCodeLanguageTest.cs
RazorEngineHostTest.cs
RazorErrorTest.cs
RazorTemplateEngineTest.cs
SourceLocationTest.cs
StringTextBuffer.cs
project.json Strong name everything. 2015-11-02 14:56:23 -08:00